#C1C0AF

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

Shades of Kangaroo #C1C0AF

Tints of Kangaroo #C1C0AF

Color information

#C1C0AF (or 0xC1C0AF) is unknown color: approx Kangaroo. HEX triplet: C1, C0 and AF. RGB value is (193,192,175). Sum of RGB (Red+Green+Blue) = 193+192+175=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C0AF is #3E3F50. Grayscale: #BEBEBE. Windows color (decimal): -4079441 or 11518145. OLE color: 11518145.

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

Color convert

RGB193192175-
CMYK00.010.090.24
HSL56.67º12.68%72.16%-
HSV(B)56.67º9.33%75.69%-
XYZ48.5852.1348.06-
YUV190.36119.33129.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.46%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=34.46%
G=34.29%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319217500.010.090.2456.6712.6872.16
HexC1C0AF0191839d48
Octal3013002570111307115110
Binary1100000111000000101011110110011100011100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C0AF; }

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

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

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

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

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

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

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

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