Html Css Color HEX #C3C0AA Kangaroo

📋 copy color: '#C3C0AA'

red 195 ◦ green 192 ◦ blue 170

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

Shades of Kangaroo #C3C0AA

Tints of Kangaroo #C3C0AA

RGB

 RED value IS 195 (76.56% from 255) = 35.01%

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

 BLUE value IS 170 (66.8% from 255) = 30.52%

R = 35.01%
G = 34.47%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C3C0AA (or 0xC3C0AA) is known color: Kangaroo. HEX triplet: C3, C0 and AA. RGB value is (195,192,170). Sum of RGB (Red+Green+Blue) = 195+192+170=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C0AA is #3C3F55. Grayscale: #BEBEBE. Windows color (decimal): -3948374 or 11190467. OLE color: 11190467.

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

Color convert

RGB 195 192 170 -
CMYK 0 0.02 0.13 0.24
HSL 52.8º 0.17% 0.72% -
HSV(B) 52.8º 0.13% 0.76% -
XYZ 48.61 52.2 45.54 -
YUV 190.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 195 192 170 0 0.02 0.13 0.24 52.8 0.17 0.72
Hex C3 C0 AA 0 2 D 18 35 11 48
Octal 303 300 252 0 2 15 30 65 21 110
Binary 11000011 11000000 10101010 0 10 1101 11000 110101 10001 1001000

Color Harmonies of #C3C0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C0AA

Black with #C3C0AA

Text Example


Text Example

White with #C3C0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C0AA; }

 p { color: rgb(195,192,170); }

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

background-color css

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

 a { background-color: rgb(195,192,170); }

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

border-color css

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

 span { border-color: rgb(195,192,170); }

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