#C0CABD

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

Shades of Surf Crest #C0CABD

Tints of Surf Crest #C0CABD

Color information

#C0CABD (or 0xC0CABD) is unknown color: approx Surf Crest. HEX triplet: C0, CA and BD. RGB value is (192,202,189). Sum of RGB (Red+Green+Blue) = 192+202+189=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CABD is #3F3542. Grayscale: #C5C5C5. Windows color (decimal): -4142403 or 12438208. OLE color: 12438208.

HSL color Cylindrical-coordinate representation of color #C0CABD: hue angle of 106.15º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0CABD is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB192202189-
CMYK0.0500.060.21
HSL106.15º10.92%76.67%-
HSV(B)106.15º6.44%79.22%-
XYZ52.0457.1256.43-
YUV197.53123.19124.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.93%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=32.93%
G=34.65%
B=32.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1922021890.0500.060.21106.1510.9276.67
HexC0CABD506156ab4d
Octal3003122755062515213115
Binary110000001100101010111101101011010101110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CABD; }

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

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

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

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

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

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

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

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