#C0D2BE

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

Shades of Surf Crest #C0D2BE

Tints of Surf Crest #C0D2BE

Color information

#C0D2BE (or 0xC0D2BE) is unknown color: approx Surf Crest. HEX triplet: C0, D2 and BE. RGB value is (192,210,190). Sum of RGB (Red+Green+Blue) = 192+210+190=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D2BE is #3F2D41. Grayscale: #CACACA. Windows color (decimal): -4140354 or 12505792. OLE color: 12505792.

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

Color convert

RGB192210190-
CMYK0.0900.100.18
HSL114º18.18%78.43%-
HSV(B)114º9.52%82.35%-
XYZ54.0861.0257.64-
YUV202.34121.04120.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.43%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=32.43%
G=35.47%
B=32.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922101900.0900.100.1811418.1878.43
HexC0D2BE90A1272124e
Octal300322276110122216222116
Binary110000001101001010111110100101010100101110010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D2BE; }

 p { color: rgb(192,210,190); }

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

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

 a { background-color: rgb(192,210,190); }

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

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

 span { border-color: rgb(192,210,190); }

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