#C1CABE

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

Shades of Surf Crest #C1CABE

Tints of Surf Crest #C1CABE

Color information

#C1CABE (or 0xC1CABE) is unknown color: approx Surf Crest. HEX triplet: C1, CA and BE. RGB value is (193,202,190). Sum of RGB (Red+Green+Blue) = 193+202+190=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CABE is #3E3541. Grayscale: #C5C5C5. Windows color (decimal): -4076866 or 12503745. OLE color: 12503745.

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

Color convert

RGB193202190-
CMYK0.0400.060.21
HSL105º10.17%76.86%-
HSV(B)105º5.94%79.22%-
XYZ52.4157.357.01-
YUV197.94123.52124.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=32.99%
G=34.53%
B=32.48%

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
Decimal1932021900.0400.060.2110510.1776.86
HexC1CABE4061569a4d
Octal3013122764062515112115
Binary110000011100101010111110100011010101110100110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CABE; }

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

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

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

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

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

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

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

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