#C8C3AD

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

Shades of Kangaroo #C8C3AD

Tints of Kangaroo #C8C3AD

Color information

#C8C3AD (or 0xC8C3AD) is unknown color: approx Kangaroo. HEX triplet: C8, C3 and AD. RGB value is (200,195,173). Sum of RGB (Red+Green+Blue) = 200+195+173=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C3AD is #373C52. Grayscale: #C2C2C2. Windows color (decimal): -3619923 or 11387848. OLE color: 11387848.

HSL color Cylindrical-coordinate representation of color #C8C3AD: hue angle of 48.89º 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 #C8C3AD is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200195173-
CMYK00.020.140.22
HSL48.89º19.71%73.14%-
HSV(B)48.89º13.5%78.43%-
XYZ50.8854.3347.34-
YUV193.99116.16132.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=35.21%
G=34.33%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019517300.020.140.2248.8919.7173.14
HexC8C3AD02E16311449
Octal3103032550216266124111
Binary110010001100001110101101010111010110110001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C3AD; }

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

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

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

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

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

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

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

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