#C2CABD

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

Shades of Surf Crest #C2CABD

Tints of Surf Crest #C2CABD

Color information

#C2CABD (or 0xC2CABD) is unknown color: approx Surf Crest. HEX triplet: C2, CA and BD. RGB value is (194,202,189). Sum of RGB (Red+Green+Blue) = 194+202+189=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CABD is #3D3542. Grayscale: #C6C6C6. Windows color (decimal): -4011331 or 12438210. OLE color: 12438210.

HSL color Cylindrical-coordinate representation of color #C2CABD: hue angle of 96.92º 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 #C2CABD is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB194202189-
CMYK0.0400.060.21
HSL96.92º10.92%76.67%-
HSV(B)96.92º6.44%79.22%-
XYZ52.5557.3856.45-
YUV198.13122.85125.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=33.16%
G=34.53%
B=32.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021890.0400.060.2196.9210.9276.67
HexC2CABD4061561b4d
Octal3023122754062514113115
Binary110000101100101010111101100011010101110000110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CABD; }

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

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

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

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

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

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

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

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