#C0DCBD

Color #C0DCBD Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C0DCBD

Tints of Surf Crest #C0DCBD

Color information

#C0DCBD (or 0xC0DCBD) is unknown color: approx Surf Crest. HEX triplet: C0, DC and BD. RGB value is (192,220,189). Sum of RGB (Red+Green+Blue) = 192+220+189=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCBD is #3F2342. Grayscale: #D0D0D0. Windows color (decimal): -4137795 or 12442816. OLE color: 12442816.

HSL color Cylindrical-coordinate representation of color #C0DCBD: hue angle of 114.19º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DCBD is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB192220189-
CMYK0.1300.140.14
HSL114.19º30.69%80.2%-
HSV(B)114.19º14.09%86.27%-
XYZ56.5266.0757.92-
YUV208.09117.22116.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.95%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=31.95%
G=36.61%
B=31.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922201890.1300.140.14114.1930.6980.2
HexC0DCBDD0EE721f50
Octal300334275150161616237120
Binary11000000110111001011110111010111011101110010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DCBD; }

 p { color: rgb(192,220,189); }

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

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

 a { background-color: rgb(192,220,189); }

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

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

 span { border-color: rgb(192,220,189); }

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