#C8C7AD

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

Shades of Kangaroo #C8C7AD

Tints of Kangaroo #C8C7AD

Color information

#C8C7AD (or 0xC8C7AD) is unknown color: approx Kangaroo. HEX triplet: C8, C7 and AD. RGB value is (200,199,173). Sum of RGB (Red+Green+Blue) = 200+199+173=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C7AD is #373852. Grayscale: #C4C4C4. Windows color (decimal): -3618899 or 11388872. OLE color: 11388872.

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

Color convert

RGB200199173-
CMYK00.000.140.22
HSL57.78º19.71%73.14%-
HSV(B)57.78º13.5%78.43%-
XYZ51.7956.1447.64-
YUV196.34114.83130.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.97%
GREEN value IS 199 (78.12% from 255) = 34.79%
BLUE value IS 173 (67.97% from 255) = 30.24%
R=34.97%
G=34.79%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019917300.000.140.2257.7819.7173.14
HexC8C7AD00E163a1449
Octal3103072550016267224111
Binary11001000110001111010110100111010110111010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C7AD; }

 p { color: rgb(200,199,173); }

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

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

 a { background-color: rgb(200,199,173); }

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

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

 span { border-color: rgb(200,199,173); }

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