#C0D2BB

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

Shades of Surf Crest #C0D2BB

Tints of Surf Crest #C0D2BB

Color information

#C0D2BB (or 0xC0D2BB) is unknown color: approx Surf Crest. HEX triplet: C0, D2 and BB. RGB value is (192,210,187). Sum of RGB (Red+Green+Blue) = 192+210+187=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D2BB is #3F2D44. Grayscale: #CACACA. Windows color (decimal): -4140357 or 12309184. OLE color: 12309184.

HSL color Cylindrical-coordinate representation of color #C0D2BB: hue angle of 106.96º degrees, saturation: 0.2, 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 #C0D2BB is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB192210187-
CMYK0.0900.110.18
HSL106.96º20.35%77.84%-
HSV(B)106.96º10.95%82.35%-
XYZ53.7560.8955.93-
YUV202119.54120.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.60%
GREEN value IS 210 (82.42% from 255) = 35.65%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=32.60%
G=35.65%
B=31.75%

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
Decimal1922101870.0900.110.18106.9620.3577.84
HexC0D2BB90B126b144e
Octal300322273110132215324116
Binary110000001101001010111011100101011100101101011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D2BB; }

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

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

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

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

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

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

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

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