Html Css Color HEX #C2C1AB Kangaroo

📋 copy color: '#C2C1AB'

red 194 ◦ green 193 ◦ blue 171

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

Shades of Kangaroo #C2C1AB

Tints of Kangaroo #C2C1AB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.59%

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

R = 34.77%
G = 34.59%
B = 30.65%

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

#C2C1AB (or 0xC2C1AB) is known color: Kangaroo. HEX triplet: C2, C1 and AB. RGB value is (194,193,171). Sum of RGB (Red+Green+Blue) = 194+193+171=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C1AB is #3D3E54. Grayscale: #BEBEBE. Windows color (decimal): -4013653 or 11256258. OLE color: 11256258.

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

Color convert

RGB 194 193 171 -
CMYK 0 0.01 0.12 0.24
HSL 57.39º 0.16% 0.72% -
HSV(B) 57.39º 0.12% 0.76% -
XYZ 48.67 52.55 46.11 -
YUV 190.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 194 193 171 0 0.01 0.12 0.24 57.39 0.16 0.72
Hex C2 C1 AB 0 1 C 18 39 10 48
Octal 302 301 253 0 1 14 30 71 20 110
Binary 11000010 11000001 10101011 0 1 1100 11000 111001 10000 1001000

Color Harmonies of #C2C1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C1AB

Black with #C2C1AB

Text Example


Text Example

White with #C2C1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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