#C0CBBA

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

Shades of Surf Crest #C0CBBA

Tints of Surf Crest #C0CBBA

Color information

#C0CBBA (or 0xC0CBBA) is unknown color: approx Surf Crest. HEX triplet: C0, CB and BA. RGB value is (192,203,186). Sum of RGB (Red+Green+Blue) = 192+203+186=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBBA is #3F3445. Grayscale: #C5C5C5. Windows color (decimal): -4142150 or 12241856. OLE color: 12241856.

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

Color convert

RGB192203186-
CMYK0.0500.080.20
HSL98.82º14.05%76.27%-
HSV(B)98.82º8.37%79.61%-
XYZ51.9657.4654.81-
YUV197.77121.36123.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.05%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=33.05%
G=34.94%
B=32.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922031860.0500.080.2098.8214.0576.27
HexC0CBBA5081463e4c
Octal30031327250102414316114
Binary1100000011001011101110101010100010100110001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBBA; }

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

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

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

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

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

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

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

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