Html Css Color HEX #C3C1AE Kangaroo

📋 copy color: '#C3C1AE'

red 195 ◦ green 193 ◦ blue 174

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

Shades of Kangaroo #C3C1AE

Tints of Kangaroo #C3C1AE

RGB

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

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

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

R = 34.7%
G = 34.34%
B = 30.96%

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

#C3C1AE (or 0xC3C1AE) is known color: Kangaroo. HEX triplet: C3, C1 and AE. RGB value is (195,193,174). Sum of RGB (Red+Green+Blue) = 195+193+174=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C1AE is #3C3E51. Grayscale: #BFBFBF. Windows color (decimal): -3948114 or 11452867. OLE color: 11452867.

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

Color convert

RGB 195 193 174 -
CMYK 0 0.01 0.11 0.24
HSL 54.29º 0.15% 0.72% -
HSV(B) 54.29º 0.11% 0.76% -
XYZ 49.22 52.8 47.64 -
YUV 191.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 195 193 174 0 0.01 0.11 0.24 54.29 0.15 0.72
Hex C3 C1 AE 0 1 B 18 36 F 48
Octal 303 301 256 0 1 13 30 66 17 110
Binary 11000011 11000001 10101110 0 1 1011 11000 110110 1111 1001000

Color Harmonies of #C3C1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C1AE

Black with #C3C1AE

Text Example


Text Example

White with #C3C1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C1AE; }

 p { color: rgb(195,193,174); }

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

background-color css

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

 a { background-color: rgb(195,193,174); }

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

border-color css

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

 span { border-color: rgb(195,193,174); }

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