#CB7B79

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

Shades of Sea Pink #CB7B79

Tints of Sea Pink #CB7B79

Color information

#CB7B79 (or 0xCB7B79) is unknown color: approx Sea Pink. HEX triplet: CB, 7B and 79. RGB value is (203,123,121). Sum of RGB (Red+Green+Blue) = 203+123+121=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B79 is #348486. Grayscale: #929292. Windows color (decimal): -3441799 or 7961547. OLE color: 7961547.

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

Color convert

RGB203123121-
CMYK00.390.400.20
HSL1.46º44.09%63.53%-
HSV(B)1.46º40.39%79.61%-
XYZ35.1628.2421.69-
YUV146.69113.5168.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 121 (47.66% from 255) = 27.07%
R=45.41%
G=27.52%
B=27.07%

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
Decimal20312312100.390.400.201.4644.0963.53
HexCB7B79027281412c40
Octal3131731710475024154100
Binary110010111111011111100101001111010001010011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7B79; }

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

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

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

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

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

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

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

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