#C8C3AE

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

Shades of Kangaroo #C8C3AE

Tints of Kangaroo #C8C3AE

Color information

#C8C3AE (or 0xC8C3AE) is unknown color: approx Kangaroo. HEX triplet: C8, C3 and AE. RGB value is (200,195,174). Sum of RGB (Red+Green+Blue) = 200+195+174=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C3AE is #373C51. Grayscale: #C2C2C2. Windows color (decimal): -3619922 or 11453384. OLE color: 11453384.

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

Color convert

RGB200195174-
CMYK00.020.130.22
HSL48.46º19.12%73.33%-
HSV(B)48.46º13%78.43%-
XYZ50.9754.3747.85-
YUV194.1116.66132.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=35.15%
G=34.27%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019517400.020.130.2248.4619.1273.33
HexC8C3AE02D16301349
Octal3103032560215266023111
Binary110010001100001110101110010110110110110000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C3AE; }

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

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

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

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

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

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

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

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