#C0CCBD

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

Shades of Surf Crest #C0CCBD

Tints of Surf Crest #C0CCBD

Color information

#C0CCBD (or 0xC0CCBD) is unknown color: approx Surf Crest. HEX triplet: C0, CC and BD. RGB value is (192,204,189). Sum of RGB (Red+Green+Blue) = 192+204+189=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCBD is #3F3342. Grayscale: #C6C6C6. Windows color (decimal): -4141891 or 12438720. OLE color: 12438720.

HSL color Cylindrical-coordinate representation of color #C0CCBD: hue angle of 108º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0CCBD is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB192204189-
CMYK0.0600.070.2
HSL108º12.82%77.06%-
HSV(B)108º7.35%80%-
XYZ52.5258.0756.58-
YUV198.7122.52123.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.82%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=32.82%
G=34.87%
B=32.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1922041890.0600.070.210812.8277.06
HexC0CCBD607146cd4d
Octal3003142756072415415115
Binary110000001100110010111101110011110100110110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCBD; }

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

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

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

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

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

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

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

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