Html Css Color HEX #C3C0AE Kangaroo

📋 copy color: '#C3C0AE'

red 195 ◦ green 192 ◦ blue 174

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

Shades of Kangaroo #C3C0AE

Tints of Kangaroo #C3C0AE

RGB

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

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

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

R = 34.76%
G = 34.22%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C3C0AE (or 0xC3C0AE) is known color: Kangaroo. HEX triplet: C3, C0 and AE. RGB value is (195,192,174). Sum of RGB (Red+Green+Blue) = 195+192+174=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C0AE is #3C3F51. Grayscale: #BEBEBE. Windows color (decimal): -3948370 or 11452611. OLE color: 11452611.

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

Color convert

RGB 195 192 174 -
CMYK 0 0.02 0.11 0.24
HSL 51.43º 0.15% 0.72% -
HSV(B) 51.43º 0.11% 0.76% -
XYZ 49 52.36 47.57 -
YUV 190.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 195 192 174 0 0.02 0.11 0.24 51.43 0.15 0.72
Hex C3 C0 AE 0 2 B 18 33 F 48
Octal 303 300 256 0 2 13 30 63 17 110
Binary 11000011 11000000 10101110 0 10 1011 11000 110011 1111 1001000

Color Harmonies of #C3C0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C0AE

Black with #C3C0AE

Text Example


Text Example

White with #C3C0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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