#C8C2A8

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

Shades of Kangaroo #C8C2A8

Tints of Kangaroo #C8C2A8

Color information

#C8C2A8 (or 0xC8C2A8) is unknown color: approx Kangaroo. HEX triplet: C8, C2 and A8. RGB value is (200,194,168). Sum of RGB (Red+Green+Blue) = 200+194+168=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C2A8 is #373D57. Grayscale: #C0C0C0. Windows color (decimal): -3620184 or 11059912. OLE color: 11059912.

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

Color convert

RGB200194168-
CMYK00.030.160.22
HSL48.75º22.54%72.16%-
HSV(B)48.75º16%78.43%-
XYZ50.1853.6944.76-
YUV192.83113.99133.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.59%
GREEN value IS 194 (76.17% from 255) = 34.52%
BLUE value IS 168 (66.02% from 255) = 29.89%
R=35.59%
G=34.52%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019416800.030.160.2248.7522.5472.16
HexC8C2A8031016311748
Octal3103022500320266127110
Binary1100100011000010101010000111000010110110001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C2A8; }

 p { color: rgb(200,194,168); }

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

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

 a { background-color: rgb(200,194,168); }

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

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

 span { border-color: rgb(200,194,168); }

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