Html Css Color HEX #C5C4AF Kangaroo

📋 copy color: '#C5C4AF'

red 197 ◦ green 196 ◦ blue 175

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

Shades of Kangaroo #C5C4AF

Tints of Kangaroo #C5C4AF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.51%

 BLUE value IS 175 (68.75% from 255) = 30.81%

R = 34.68%
G = 34.51%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C5C4AF (or 0xC5C4AF) is known color: Kangaroo. HEX triplet: C5, C4 and AF. RGB value is (197,196,175). Sum of RGB (Red+Green+Blue) = 197+196+175=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C4AF is #3A3B50. Grayscale: #C1C1C1. Windows color (decimal): -3816273 or 11519173. OLE color: 11519173.

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

Color convert

RGB 197 196 175 -
CMYK 0 0.01 0.11 0.23
HSL 57.27º 0.16% 0.73% -
HSV(B) 57.27º 0.11% 0.77% -
XYZ 50.5 54.45 48.4 -
YUV 193.91 117.33 130.21 -
System Red Green Blue C M Y K H S L
Decimal 197 196 175 0 0.01 0.11 0.23 57.27 0.16 0.73
Hex C5 C4 AF 0 1 B 17 39 10 49
Octal 305 304 257 0 1 13 27 71 20 111
Binary 11000101 11000100 10101111 0 1 1011 10111 111001 10000 1001001

Color Harmonies of #C5C4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C4AF

Black with #C5C4AF

Text Example


Text Example

White with #C5C4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C4AF; }

 p { color: rgb(197,196,175); }

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

background-color css

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

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

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

border-color css

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

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

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