#C4C2AE

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

Shades of Kangaroo #C4C2AE

Tints of Kangaroo #C4C2AE

Color information

#C4C2AE (or 0xC4C2AE) is unknown color: approx Kangaroo. HEX triplet: C4, C2 and AE. RGB value is (196,194,174). Sum of RGB (Red+Green+Blue) = 196+194+174=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C2AE is #3B3D51. Grayscale: #C0C0C0. Windows color (decimal): -3882322 or 11453124. OLE color: 11453124.

HSL color Cylindrical-coordinate representation of color #C4C2AE: hue angle of 54.55º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4C2AE is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196194174-
CMYK00.010.110.23
HSL54.55º15.71%72.55%-
HSV(B)54.55º11.22%76.86%-
XYZ49.753.3847.73-
YUV192.32117.66130.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.75%
GREEN value IS 194 (76.17% from 255) = 34.40%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=34.75%
G=34.40%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619417400.010.110.2354.5515.7172.55
HexC4C2AE01B17371049
Octal3043022560113276720111
Binary11000100110000101010111001101110111110111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C2AE; }

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

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

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

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

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

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

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

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