#C8C6B0

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

Shades of Kangaroo #C8C6B0

Tints of Kangaroo #C8C6B0

Color information

#C8C6B0 (or 0xC8C6B0) is unknown color: approx Kangaroo. HEX triplet: C8, C6 and B0. RGB value is (200,198,176). Sum of RGB (Red+Green+Blue) = 200+198+176=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C6B0 is #37394F. Grayscale: #C4C4C4. Windows color (decimal): -3619152 or 11585224. OLE color: 11585224.

HSL color Cylindrical-coordinate representation of color #C8C6B0: hue angle of 55º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8C6B0 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200198176-
CMYK00.010.120.22
HSL55º17.91%73.73%-
HSV(B)55º12%78.43%-
XYZ51.8555.849.11-
YUV196.09116.66130.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.84%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 176 (69.14% from 255) = 30.66%
R=34.84%
G=34.49%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019817600.010.120.225517.9173.73
HexC8C6B001C1637124a
Octal3103062600114266722112
Binary11001000110001101011000001110010110110111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C6B0; }

 p { color: rgb(200,198,176); }

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

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

 a { background-color: rgb(200,198,176); }

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

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

 span { border-color: rgb(200,198,176); }

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