#CB817F

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

Shades of Sea Pink #CB817F

Tints of Sea Pink #CB817F

Color information

#CB817F (or 0xCB817F) is unknown color: approx Sea Pink. HEX triplet: CB, 81 and 7F. RGB value is (203,129,127). Sum of RGB (Red+Green+Blue) = 203+129+127=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB817F is #347E80. Grayscale: #969696. Windows color (decimal): -3440257 or 8356299. OLE color: 8356299.

HSL color Cylindrical-coordinate representation of color #CB817F: hue angle of 1.58º 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 #CB817F is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB203129127-
CMYK00.360.370.20
HSL1.58º42.22%64.71%-
HSV(B)1.58º37.44%79.61%-
XYZ36.3129.9323.94-
YUV150.9114.52165.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 127 (50% from 255) = 27.67%
R=44.23%
G=28.10%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312912700.360.370.201.5842.2264.71
HexCB817F024251422a41
Octal3132011770444524252101
Binary11001011100000011111111010010010010110100101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB817F; }

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

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

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

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

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

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

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

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