#C5C5B2

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

Shades of Kangaroo #C5C5B2

Tints of Kangaroo #C5C5B2

Color information

#C5C5B2 (or 0xC5C5B2) is unknown color: approx Kangaroo. HEX triplet: C5, C5 and B2. RGB value is (197,197,178). Sum of RGB (Red+Green+Blue) = 197+197+178=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C5B2 is #3A3A4D. Grayscale: #C2C2C2. Windows color (decimal): -3816014 or 11716037. OLE color: 11716037.

HSL color Cylindrical-coordinate representation of color #C5C5B2: hue angle of 60º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5C5B2 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB197197178-
CMYK000.100.23
HSL60º14.07%73.53%-
HSV(B)60º9.64%77.25%-
XYZ51.0355.0250.05-
YUV194.83118.5129.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 178 (69.92% from 255) = 31.12%
R=34.44%
G=34.44%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197197178000.100.236014.0773.53
HexC5C5B200A173ce4a
Octal3053052620012277416112
Binary1100010111000101101100100010101011111110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C5B2; }

 p { color: rgb(197,197,178); }

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

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

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

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

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

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

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