#CB807F

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

Shades of Sea Pink #CB807F

Tints of Sea Pink #CB807F

Color information

#CB807F (or 0xCB807F) is unknown color: approx Sea Pink. HEX triplet: CB, 80 and 7F. RGB value is (203,128,127). Sum of RGB (Red+Green+Blue) = 203+128+127=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB807F is #347F80. Grayscale: #969696. Windows color (decimal): -3440513 or 8356043. OLE color: 8356043.

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

Color convert

RGB203128127-
CMYK00.370.370.20
HSL0.79º42.22%64.71%-
HSV(B)0.79º37.44%79.61%-
XYZ36.1829.6723.9-
YUV150.31114.85165.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 127 (50% from 255) = 27.73%
R=44.32%
G=27.95%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312812700.370.370.200.7942.2264.71
HexCB807F025251412a41
Octal3132001770454524152101
Binary1100101110000000111111101001011001011010011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB807F; }

 p { color: rgb(203,128,127); }

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

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

 a { background-color: rgb(203,128,127); }

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

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

 span { border-color: rgb(203,128,127); }

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