Html Css Color HEX #C2C0AE Kangaroo

📋 copy color: '#C2C0AE'

red 194 ◦ green 192 ◦ blue 174

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

Shades of Kangaroo #C2C0AE

Tints of Kangaroo #C2C0AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.07%

R = 34.64%
G = 34.29%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C2C0AE (or 0xC2C0AE) is known color: Kangaroo. HEX triplet: C2, C0 and AE. RGB value is (194,192,174). Sum of RGB (Red+Green+Blue) = 194+192+174=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C0AE is #3D3F51. Grayscale: #BEBEBE. Windows color (decimal): -4013906 or 11452610. OLE color: 11452610.

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

Color convert

RGB 194 192 174 -
CMYK 0 0.01 0.10 0.24
HSL 54º 0.14% 0.72% -
HSV(B) 54º 0.1% 0.76% -
XYZ 48.74 52.22 47.56 -
YUV 190.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 194 192 174 0 0.01 0.10 0.24 54 0.14 0.72
Hex C2 C0 AE 0 1 A 18 36 E 48
Octal 302 300 256 0 1 12 30 66 16 110
Binary 11000010 11000000 10101110 0 1 1010 11000 110110 1110 1001000

Color Harmonies of #C2C0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C0AE

Black with #C2C0AE

Text Example


Text Example

White with #C2C0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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