#C5C3AB

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

Shades of Kangaroo #C5C3AB

Tints of Kangaroo #C5C3AB

Color information

#C5C3AB (or 0xC5C3AB) is unknown color: approx Kangaroo. HEX triplet: C5, C3 and AB. RGB value is (197,195,171). Sum of RGB (Red+Green+Blue) = 197+195+171=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C3AB is #3A3C54. Grayscale: #C0C0C0. Windows color (decimal): -3816533 or 11256773. OLE color: 11256773.

HSL color Cylindrical-coordinate representation of color #C5C3AB: hue angle of 55.38º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5C3AB is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB197195171-
CMYK00.010.130.23
HSL55.38º18.31%72.16%-
HSV(B)55.38º13.2%77.25%-
XYZ49.8953.8446.29-
YUV192.86115.66130.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.99%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 171 (67.19% from 255) = 30.37%
R=34.99%
G=34.64%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719517100.010.130.2355.3818.3172.16
HexC5C3AB01D17371248
Octal3053032530115276722110
Binary11000101110000111010101101110110111110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C3AB; }

 p { color: rgb(197,195,171); }

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

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

 a { background-color: rgb(197,195,171); }

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

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

 span { border-color: rgb(197,195,171); }

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