#CC807E

Color #CC807E Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #CC807E

Tints of Sea Pink #CC807E

Color information

#CC807E (or 0xCC807E) is unknown color: approx Sea Pink. HEX triplet: CC, 80 and 7E. RGB value is (204,128,126). Sum of RGB (Red+Green+Blue) = 204+128+126=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC807E is #337F81. Grayscale: #969696. Windows color (decimal): -3374978 or 8290508. OLE color: 8290508.

HSL color Cylindrical-coordinate representation of color #CC807E: hue angle of 1.54º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC807E is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB204128126-
CMYK00.370.380.2
HSL1.54º43.33%64.71%-
HSV(B)1.54º38.24%80%-
XYZ36.3929.7823.57-
YUV150.5114.18166.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 126 (49.61% from 255) = 27.51%
R=44.54%
G=27.95%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412812600.370.380.21.5443.3364.71
HexCC807E025261422b41
Octal3142001760454624253101
Binary11001100100000001111110010010110011010100101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC807E; }

 p { color: rgb(204,128,126); }

 H1.HeaderClassName
 {
   color: #CC807E;
 }
 .AnyTagClassName
 {
   color: #CC807E;
 }
</style>
background-color css

<style>
 a { background-color: #CC807E; }

 a { background-color: rgb(204,128,126); }

 div.DivClassName
 {
   background-color: #CC807E;
 }
 .BgClassName
 {
   background-color: #CC807E;
 }
</style>
border-color css

<style>
 span { border-color: #CC807E; }

 span { border-color: rgb(204,128,126); }

 td.TdClassName
 {
   border-color: #CC807E;
 }
 .TagClassName
 {
   border-color: #CC807E;
 }
</style>