#CD7B77

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

Shades of Sea Pink #CD7B77

Tints of Sea Pink #CD7B77

Color information

#CD7B77 (or 0xCD7B77) is unknown color: approx Sea Pink. HEX triplet: CD, 7B and 77. RGB value is (205,123,119). Sum of RGB (Red+Green+Blue) = 205+123+119=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B77 is #328488. Grayscale: #939393. Windows color (decimal): -3310729 or 7830477. OLE color: 7830477.

HSL color Cylindrical-coordinate representation of color #CD7B77: hue angle of 2.79º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD7B77 is Cyan = 0, Magento = 0.4, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB205123119-
CMYK00.40.420.20
HSL2.79º46.24%63.53%-
HSV(B)2.79º41.95%80.39%-
XYZ35.5928.4821.07-
YUV147.06112.17169.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 119 (46.88% from 255) = 26.62%
R=45.86%
G=27.52%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512311900.40.420.202.7946.2463.53
HexCD7B770282A1432e40
Octal3151731670505224356100
Binary1100110111110111110111010100010101010100111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7B77; }

 p { color: rgb(205,123,119); }

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

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

 a { background-color: rgb(205,123,119); }

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

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

 span { border-color: rgb(205,123,119); }

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