#C0D2BA

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

Shades of Surf Crest #C0D2BA

Tints of Surf Crest #C0D2BA

Color information

#C0D2BA (or 0xC0D2BA) is unknown color: approx Surf Crest. HEX triplet: C0, D2 and BA. RGB value is (192,210,186). Sum of RGB (Red+Green+Blue) = 192+210+186=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D2BA is #3F2D45. Grayscale: #C9C9C9. Windows color (decimal): -4140358 or 12243648. OLE color: 12243648.

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

Color convert

RGB192210186-
CMYK0.0900.110.18
HSL105º21.05%77.65%-
HSV(B)105º11.43%82.35%-
XYZ53.6560.8455.37-
YUV201.88119.04120.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.65%
GREEN value IS 210 (82.42% from 255) = 35.71%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=32.65%
G=35.71%
B=31.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922101860.0900.110.1810521.0577.65
HexC0D2BA90B1269154e
Octal300322272110132215125116
Binary110000001101001010111010100101011100101101001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D2BA; }

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

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

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

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

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

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

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

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