#C0D0BD

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

Shades of Surf Crest #C0D0BD

Tints of Surf Crest #C0D0BD

Color information

#C0D0BD (or 0xC0D0BD) is unknown color: approx Surf Crest. HEX triplet: C0, D0 and BD. RGB value is (192,208,189). Sum of RGB (Red+Green+Blue) = 192+208+189=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D0BD is #3F2F42. Grayscale: #C9C9C9. Windows color (decimal): -4140867 or 12439744. OLE color: 12439744.

HSL color Cylindrical-coordinate representation of color #C0D0BD: hue angle of 110.53º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0D0BD is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB192208189-
CMYK0.0800.090.18
HSL110.53º16.81%77.84%-
HSV(B)110.53º9.13%81.57%-
XYZ53.4859.9956.91-
YUV201.05121.2121.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.60%
GREEN value IS 208 (81.64% from 255) = 35.31%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=32.60%
G=35.31%
B=32.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922081890.0800.090.18110.5316.8177.84
HexC0D0BD809126f114e
Octal300320275100112215721116
Binary110000001101000010111101100001001100101101111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D0BD; }

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

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

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

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

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

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

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

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