Html Css Color HEX #C5C0AB Kangaroo

📋 copy color: '#C5C0AB'

red 197 ◦ green 192 ◦ blue 171

#C5C0AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kangaroo #C5C0AB

Tints of Kangaroo #C5C0AB

RGB

 RED value IS 197 (77.34% from 255) = 35.18%

 GREEN value IS 192 (75.39% from 255) = 34.29%

 BLUE value IS 171 (67.19% from 255) = 30.54%

R = 35.18%
G = 34.29%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C5C0AB (or 0xC5C0AB) is known color: Kangaroo. HEX triplet: C5, C0 and AB. RGB value is (197,192,171). Sum of RGB (Red+Green+Blue) = 197+192+171=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C0AB is #3A3F54. Grayscale: #BFBFBF. Windows color (decimal): -3817301 or 11256005. OLE color: 11256005.

HSL color Cylindrical-coordinate representation of color #C5C0AB: hue angle of 48.46º 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 #C5C0AB is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 192 171 -
CMYK 0 0.03 0.13 0.23
HSL 48.46º 0.18% 0.72% -
HSV(B) 48.46º 0.13% 0.77% -
XYZ 49.23 52.51 46.07 -
YUV 191.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 197 192 171 0 0.03 0.13 0.23 48.46 0.18 0.72
Hex C5 C0 AB 0 3 D 17 30 12 48
Octal 305 300 253 0 3 15 27 60 22 110
Binary 11000101 11000000 10101011 0 11 1101 10111 110000 10010 1001000

Color Harmonies of #C5C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C0AB

Black with #C5C0AB

Text Example


Text Example

White with #C5C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C0AB; }

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

 H1.HeaderClassName
 {
   color: #C5C0AB;
 }
 .AnyTagClassName
 {
   color: #C5C0AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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