#C0D6BE

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

Shades of Surf Crest #C0D6BE

Tints of Surf Crest #C0D6BE

Color information

#C0D6BE (or 0xC0D6BE) is unknown color: approx Surf Crest. HEX triplet: C0, D6 and BE. RGB value is (192,214,190). Sum of RGB (Red+Green+Blue) = 192+214+190=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D6BE is #3F2941. Grayscale: #CCCCCC. Windows color (decimal): -4139330 or 12506816. OLE color: 12506816.

HSL color Cylindrical-coordinate representation of color #C0D6BE: hue angle of 115º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0D6BE is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB192214190-
CMYK0.1000.110.16
HSL115º22.64%79.22%-
HSV(B)115º11.21%83.92%-
XYZ55.0863.0257.98-
YUV204.69119.71118.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.21%
GREEN value IS 214 (83.98% from 255) = 35.91%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=32.21%
G=35.91%
B=31.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922141900.1000.110.1611522.6479.22
HexC0D6BEA0B1073174f
Octal300326276120132016327117
Binary110000001101011010111110101001011100001110011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D6BE; }

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

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

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

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

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

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

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

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