#C2C0AF

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

Shades of Kangaroo #C2C0AF

Tints of Kangaroo #C2C0AF

Color information

#C2C0AF (or 0xC2C0AF) is unknown color: approx Kangaroo. HEX triplet: C2, C0 and AF. RGB value is (194,192,175). Sum of RGB (Red+Green+Blue) = 194+192+175=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C0AF is #3D3F50. Grayscale: #BEBEBE. Windows color (decimal): -4013905 or 11518146. OLE color: 11518146.

HSL color Cylindrical-coordinate representation of color #C2C0AF: hue angle of 53.68º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2C0AF is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194192175-
CMYK00.010.100.24
HSL53.68º13.48%72.35%-
HSV(B)53.68º9.79%76.08%-
XYZ48.8452.2648.07-
YUV190.66119.16130.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=34.58%
G=34.22%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419217500.010.100.2453.6813.4872.35
HexC2C0AF01A1836d48
Octal3023002570112306615110
Binary1100001011000000101011110110101100011011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C0AF; }

 p { color: rgb(194,192,175); }

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

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

 a { background-color: rgb(194,192,175); }

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

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

 span { border-color: rgb(194,192,175); }

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