#C1CABD

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

Shades of Surf Crest #C1CABD

Tints of Surf Crest #C1CABD

Color information

#C1CABD (or 0xC1CABD) is unknown color: approx Surf Crest. HEX triplet: C1, CA and BD. RGB value is (193,202,189). Sum of RGB (Red+Green+Blue) = 193+202+189=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CABD is #3E3542. Grayscale: #C5C5C5. Windows color (decimal): -4076867 or 12438209. OLE color: 12438209.

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

Color convert

RGB193202189-
CMYK0.0400.060.21
HSL101.54º10.92%76.67%-
HSV(B)101.54º6.44%79.22%-
XYZ52.357.2556.44-
YUV197.83123.02124.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=33.05%
G=34.59%
B=32.36%

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
Decimal1932021890.0400.060.21101.5410.9276.67
HexC1CABD4061566b4d
Octal3013122754062514613115
Binary110000011100101010111101100011010101110011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CABD; }

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

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

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

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

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

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

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

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