Html Css Color HEX #C4C0AF Kangaroo

📋 copy color: '#C4C0AF'

red 196 ◦ green 192 ◦ blue 175

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

Shades of Kangaroo #C4C0AF

Tints of Kangaroo #C4C0AF

RGB

 RED value IS 196 (76.95% from 255) = 34.81%

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

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

R = 34.81%
G = 34.1%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C4C0AF (or 0xC4C0AF) is known color: Kangaroo. HEX triplet: C4, C0 and AF. RGB value is (196,192,175). Sum of RGB (Red+Green+Blue) = 196+192+175=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C0AF is #3B3F50. Grayscale: #BFBFBF. Windows color (decimal): -3882833 or 11518148. OLE color: 11518148.

HSL color Cylindrical-coordinate representation of color #C4C0AF: hue angle of 48.57º degrees, saturation: 0.15, 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 #C4C0AF is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 175 -
CMYK 0 0.02 0.11 0.23
HSL 48.57º 0.15% 0.73% -
HSV(B) 48.57º 0.11% 0.77% -
XYZ 49.35 52.53 48.1 -
YUV 191.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 196 192 175 0 0.02 0.11 0.23 48.57 0.15 0.73
Hex C4 C0 AF 0 2 B 17 31 F 49
Octal 304 300 257 0 2 13 27 61 17 111
Binary 11000100 11000000 10101111 0 10 1011 10111 110001 1111 1001001

Color Harmonies of #C4C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C0AF

Black with #C4C0AF

Text Example


Text Example

White with #C4C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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