#CB7C78

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

Shades of Sea Pink #CB7C78

Tints of Sea Pink #CB7C78

Color information

#CB7C78 (or 0xCB7C78) is unknown color: approx Sea Pink. HEX triplet: CB, 7C and 78. RGB value is (203,124,120). Sum of RGB (Red+Green+Blue) = 203+124+120=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C78 is #348387. Grayscale: #939393. Windows color (decimal): -3441544 or 7896267. OLE color: 7896267.

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

Color convert

RGB203124120-
CMYK00.390.410.20
HSL2.89º44.39%63.33%-
HSV(B)2.89º40.89%79.61%-
XYZ35.2328.4721.41-
YUV147.16112.67167.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=45.41%
G=27.74%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312412000.390.410.202.8944.3963.33
HexCB7C78027291432c3f
Octal313174170047512435477
Binary110010111111100111100001001111010011010011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7C78; }

 p { color: rgb(203,124,120); }

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

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

 a { background-color: rgb(203,124,120); }

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

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

 span { border-color: rgb(203,124,120); }

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