Html Css Color HEX #C2C0AD Kangaroo

📋 copy color: '#C2C0AD'

red 194 ◦ green 192 ◦ blue 173

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

Shades of Kangaroo #C2C0AD

Tints of Kangaroo #C2C0AD

RGB

 RED value IS 194 (76.17% from 255) = 34.7%

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

 BLUE value IS 173 (67.97% from 255) = 30.95%

R = 34.7%
G = 34.35%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C2C0AD (or 0xC2C0AD) is known color: Kangaroo. HEX triplet: C2, C0 and AD. RGB value is (194,192,173). Sum of RGB (Red+Green+Blue) = 194+192+173=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C0AD is #3D3F52. Grayscale: #BEBEBE. Windows color (decimal): -4013907 or 11387074. OLE color: 11387074.

HSL color Cylindrical-coordinate representation of color #C2C0AD: hue angle of 54.29º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2C0AD is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 173 -
CMYK 0 0.01 0.11 0.24
HSL 54.29º 0.15% 0.72% -
HSV(B) 54.29º 0.11% 0.76% -
XYZ 48.64 52.19 47.04 -
YUV 190.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 194 192 173 0 0.01 0.11 0.24 54.29 0.15 0.72
Hex C2 C0 AD 0 1 B 18 36 F 48
Octal 302 300 255 0 1 13 30 66 17 110
Binary 11000010 11000000 10101101 0 1 1011 11000 110110 1111 1001000

Color Harmonies of #C2C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C0AD

Black with #C2C0AD

Text Example


Text Example

White with #C2C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C0AD; }

 p { color: rgb(194,192,173); }

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

background-color css

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

 a { background-color: rgb(194,192,173); }

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

border-color css

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

 span { border-color: rgb(194,192,173); }

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