#C0CCBB

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

Shades of Surf Crest #C0CCBB

Tints of Surf Crest #C0CCBB

Color information

#C0CCBB (or 0xC0CCBB) is unknown color: approx Surf Crest. HEX triplet: C0, CC and BB. RGB value is (192,204,187). Sum of RGB (Red+Green+Blue) = 192+204+187=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCBB is #3F3344. Grayscale: #C6C6C6. Windows color (decimal): -4141893 or 12307648. OLE color: 12307648.

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

Color convert

RGB192204187-
CMYK0.0600.080.2
HSL102.35º14.29%76.67%-
HSV(B)102.35º8.33%80%-
XYZ52.357.9855.45-
YUV198.47121.52123.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.93%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=32.93%
G=34.99%
B=32.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1922041870.0600.080.2102.3514.2976.67
HexC0CCBB6081466e4d
Octal30031427360102414616115
Binary1100000011001100101110111100100010100110011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCBB; }

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

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

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

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

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

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

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

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