#CB7A77

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

Shades of Sea Pink #CB7A77

Tints of Sea Pink #CB7A77

Color information

#CB7A77 (or 0xCB7A77) is unknown color: approx Sea Pink. HEX triplet: CB, 7A and 77. RGB value is (203,122,119). Sum of RGB (Red+Green+Blue) = 203+122+119=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7A77 is #348588. Grayscale: #919191. Windows color (decimal): -3442057 or 7830219. OLE color: 7830219.

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

Color convert

RGB203122119-
CMYK00.400.410.20
HSL2.14º44.68%63.14%-
HSV(B)2.14º41.38%79.61%-
XYZ34.9227.9521.01-
YUV145.88112.84168.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 122 (48.05% from 255) = 27.48%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=45.72%
G=27.48%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312211900.400.410.202.1444.6863.14
HexCB7A77028291422d3f
Octal313172167050512425577
Binary110010111111010111011101010001010011010010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7A77; }

 p { color: rgb(203,122,119); }

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

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

 a { background-color: rgb(203,122,119); }

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

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

 span { border-color: rgb(203,122,119); }

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