#C1CABC

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

Shades of Surf Crest #C1CABC

Tints of Surf Crest #C1CABC

Color information

#C1CABC (or 0xC1CABC) is unknown color: approx Surf Crest. HEX triplet: C1, CA and BC. RGB value is (193,202,188). Sum of RGB (Red+Green+Blue) = 193+202+188=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CABC is #3E3543. Grayscale: #C5C5C5. Windows color (decimal): -4076868 or 12372673. OLE color: 12372673.

HSL color Cylindrical-coordinate representation of color #C1CABC: hue angle of 98.57º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1CABC is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB193202188-
CMYK0.0400.070.21
HSL98.57º11.67%76.47%-
HSV(B)98.57º6.93%79.22%-
XYZ52.1957.2155.87-
YUV197.71122.52124.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.10%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=33.10%
G=34.65%
B=32.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1932021880.0400.070.2198.5711.6776.47
HexC1CABC4071563c4c
Octal3013122744072514314114
Binary110000011100101010111100100011110101110001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CABC; }

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

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

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

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

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

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

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

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