#C6C3A8

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

Shades of Kangaroo #C6C3A8

Tints of Kangaroo #C6C3A8

Color information

#C6C3A8 (or 0xC6C3A8) is unknown color: approx Kangaroo. HEX triplet: C6, C3 and A8. RGB value is (198,195,168). Sum of RGB (Red+Green+Blue) = 198+195+168=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C3A8 is #393C57. Grayscale: #C0C0C0. Windows color (decimal): -3751000 or 11060166. OLE color: 11060166.

HSL color Cylindrical-coordinate representation of color #C6C3A8: hue angle of 54º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6C3A8 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB198195168-
CMYK00.020.150.22
HSL54º20.83%71.76%-
HSV(B)54º15.15%77.65%-
XYZ49.8753.8644.81-
YUV192.82113.99131.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.29%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 168 (66.02% from 255) = 29.95%
R=35.29%
G=34.76%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819516800.020.150.225420.8371.76
HexC6C3A802F16361548
Octal3063032500217266625110
Binary110001101100001110101000010111110110110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C3A8; }

 p { color: rgb(198,195,168); }

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

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

 a { background-color: rgb(198,195,168); }

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

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

 span { border-color: rgb(198,195,168); }

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