#CC807D

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

Shades of Sea Pink #CC807D

Tints of Sea Pink #CC807D

Color information

#CC807D (or 0xCC807D) is unknown color: approx Sea Pink. HEX triplet: CC, 80 and 7D. RGB value is (204,128,125). Sum of RGB (Red+Green+Blue) = 204+128+125=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC807D is #337F82. Grayscale: #969696. Windows color (decimal): -3374979 or 8224972. OLE color: 8224972.

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

Color convert

RGB204128125-
CMYK00.370.390.2
HSL2.28º43.65%64.51%-
HSV(B)2.28º38.73%80%-
XYZ36.3229.7623.23-
YUV150.38113.68166.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=44.64%
G=28.01%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412812500.370.390.22.2843.6564.51
HexCC807D025271422c41
Octal3142001750454724254101
Binary11001100100000001111101010010110011110100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC807D; }

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

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

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

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

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

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

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

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