Html Css Color HEX #C2C0AB Kangaroo

📋 copy color: '#C2C0AB'

red 194 ◦ green 192 ◦ blue 171

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

Shades of Kangaroo #C2C0AB

Tints of Kangaroo #C2C0AB

RGB

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

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

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

R = 34.83%
G = 34.47%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C2C0AB (or 0xC2C0AB) is known color: Kangaroo. HEX triplet: C2, C0 and AB. RGB value is (194,192,171). Sum of RGB (Red+Green+Blue) = 194+192+171=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C0AB is #3D3F54. Grayscale: #BEBEBE. Windows color (decimal): -4013909 or 11256002. OLE color: 11256002.

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

Color convert

RGB 194 192 171 -
CMYK 0 0.01 0.12 0.24
HSL 54.78º 0.16% 0.72% -
HSV(B) 54.78º 0.12% 0.76% -
XYZ 48.45 52.11 46.03 -
YUV 190.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 194 192 171 0 0.01 0.12 0.24 54.78 0.16 0.72
Hex C2 C0 AB 0 1 C 18 37 10 48
Octal 302 300 253 0 1 14 30 67 20 110
Binary 11000010 11000000 10101011 0 1 1100 11000 110111 10000 1001000

Color Harmonies of #C2C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C0AB

Black with #C2C0AB

Text Example


Text Example

White with #C2C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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