#C4CAC2

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

Shades of Surf Crest #C4CAC2

Tints of Surf Crest #C4CAC2

Color information

#C4CAC2 (or 0xC4CAC2) is unknown color: approx Surf Crest. HEX triplet: C4, CA and C2. RGB value is (196,202,194). Sum of RGB (Red+Green+Blue) = 196+202+194=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CAC2 is #3B353D. Grayscale: #C7C7C7. Windows color (decimal): -3880254 or 12765892. OLE color: 12765892.

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

Color convert

RGB196202194-
CMYK0.0300.040.21
HSL105º7.02%77.65%-
HSV(B)105º3.96%79.22%-
XYZ53.6257.8759.38-
YUV199.29125.01125.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.11%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 194 (76.17% from 255) = 32.77%
R=33.11%
G=34.12%
B=32.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1962021940.0300.040.211057.0277.65
HexC4CAC2304156974e
Octal304312302304251517116
Binary1100010011001010110000101101001010111010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CAC2; }

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

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

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

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

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

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

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

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