#C0CBBD

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

Shades of Surf Crest #C0CBBD

Tints of Surf Crest #C0CBBD

Color information

#C0CBBD (or 0xC0CBBD) is unknown color: approx Surf Crest. HEX triplet: C0, CB and BD. RGB value is (192,203,189). Sum of RGB (Red+Green+Blue) = 192+203+189=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBBD is #3F3442. Grayscale: #C6C6C6. Windows color (decimal): -4142147 or 12438464. OLE color: 12438464.

HSL color Cylindrical-coordinate representation of color #C0CBBD: hue angle of 107.14º degrees, saturation: 0.12, 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 #C0CBBD is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB192203189-
CMYK0.0500.070.20
HSL107.14º11.86%76.86%-
HSV(B)107.14º6.9%79.61%-
XYZ52.2857.5956.51-
YUV198.11122.86123.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.88%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=32.88%
G=34.76%
B=32.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922031890.0500.070.20107.1411.8676.86
HexC0CBBD507146bc4d
Octal3003132755072415314115
Binary110000001100101110111101101011110100110101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBBD; }

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

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

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

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

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

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

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

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