#CB7C79

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

Shades of Sea Pink #CB7C79

Tints of Sea Pink #CB7C79

Color information

#CB7C79 (or 0xCB7C79) is unknown color: approx Sea Pink. HEX triplet: CB, 7C and 79. RGB value is (203,124,121). Sum of RGB (Red+Green+Blue) = 203+124+121=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C79 is #348386. Grayscale: #939393. Windows color (decimal): -3441543 or 7961803. OLE color: 7961803.

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

Color convert

RGB203124121-
CMYK00.390.400.20
HSL2.2º44.09%63.53%-
HSV(B)2.2º40.39%79.61%-
XYZ35.2928.4921.73-
YUV147.28113.17167.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 121 (47.66% from 255) = 27.01%
R=45.31%
G=27.68%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312412100.390.400.202.244.0963.53
HexCB7C79027281422c40
Octal3131741710475024254100
Binary1100101111111001111001010011110100010100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7C79; }

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

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

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

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

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

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

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

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