#C6C5AF

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

Shades of Kangaroo #C6C5AF

Tints of Kangaroo #C6C5AF

Color information

#C6C5AF (or 0xC6C5AF) is unknown color: approx Kangaroo. HEX triplet: C6, C5 and AF. RGB value is (198,197,175). Sum of RGB (Red+Green+Blue) = 198+197+175=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C5AF is #393A50. Grayscale: #C2C2C2. Windows color (decimal): -3750481 or 11519430. OLE color: 11519430.

HSL color Cylindrical-coordinate representation of color #C6C5AF: hue angle of 57.39º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6C5AF is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198197175-
CMYK00.010.120.22
HSL57.39º16.79%73.14%-
HSV(B)57.39º11.62%77.65%-
XYZ50.9955.0348.49-
YUV194.79116.83130.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.74%
GREEN value IS 197 (77.34% from 255) = 34.56%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=34.74%
G=34.56%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819717500.010.120.2257.3916.7973.14
HexC6C5AF01C16391149
Octal3063052570114267121111
Binary11000110110001011010111101110010110111001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C5AF; }

 p { color: rgb(198,197,175); }

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

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

 a { background-color: rgb(198,197,175); }

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

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

 span { border-color: rgb(198,197,175); }

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