Html Css Color HEX #C5C3AC Kangaroo

📋 copy color: '#C5C3AC'

red 197 ◦ green 195 ◦ blue 172

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

Shades of Kangaroo #C5C3AC

Tints of Kangaroo #C5C3AC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.57%

 BLUE value IS 172 (67.58% from 255) = 30.5%

R = 34.93%
G = 34.57%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C5C3AC (or 0xC5C3AC) is known color: Kangaroo. HEX triplet: C5, C3 and AC. RGB value is (197,195,172). Sum of RGB (Red+Green+Blue) = 197+195+172=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C3AC is #3A3C53. Grayscale: #C1C1C1. Windows color (decimal): -3816532 or 11322309. OLE color: 11322309.

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

Color convert

RGB 197 195 172 -
CMYK 0 0.01 0.13 0.23
HSL 55.2º 0.18% 0.72% -
HSV(B) 55.2º 0.13% 0.77% -
XYZ 49.99 53.88 46.79 -
YUV 192.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 197 195 172 0 0.01 0.13 0.23 55.2 0.18 0.72
Hex C5 C3 AC 0 1 D 17 37 12 48
Octal 305 303 254 0 1 15 27 67 22 110
Binary 11000101 11000011 10101100 0 1 1101 10111 110111 10010 1001000

Color Harmonies of #C5C3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C3AC

Black with #C5C3AC

Text Example


Text Example

White with #C5C3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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