#CC807B

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

Shades of Sea Pink #CC807B

Tints of Sea Pink #CC807B

Color information

#CC807B (or 0xCC807B) is unknown color: approx Sea Pink. HEX triplet: CC, 80 and 7B. RGB value is (204,128,123). Sum of RGB (Red+Green+Blue) = 204+128+123=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC807B is #337F84. Grayscale: #969696. Windows color (decimal): -3374981 or 8093900. OLE color: 8093900.

HSL color Cylindrical-coordinate representation of color #CC807B: hue angle of 3.7º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC807B is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204128123-
CMYK00.370.400.2
HSL3.7º44.26%64.12%-
HSV(B)3.7º39.71%80%-
XYZ36.229.7122.56-
YUV150.15112.68166.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 123 (48.44% from 255) = 27.03%
R=44.84%
G=28.13%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412812300.370.400.23.744.2664.12
HexCC807B025281442c40
Octal3142001730455024454100
Binary110011001000000011110110100101101000101001001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC807B; }

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

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

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

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

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

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

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

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