#C3C0AD

Color #C3C0AD Kangaroo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kangaroo #C3C0AD

Tints of Kangaroo #C3C0AD

Color information

#C3C0AD (or 0xC3C0AD) is unknown color: approx Kangaroo. HEX triplet: C3, C0 and AD. RGB value is (195,192,173). Sum of RGB (Red+Green+Blue) = 195+192+173=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C0AD is #3C3F52. Grayscale: #BEBEBE. Windows color (decimal): -3948371 or 11387075. OLE color: 11387075.

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

Color convert

RGB195192173-
CMYK00.020.110.24
HSL51.82º15.49%72.16%-
HSV(B)51.82º11.28%76.47%-
XYZ48.952.3247.06-
YUV190.73117.99131.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.82%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=34.82%
G=34.29%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519217300.020.110.2451.8215.4972.16
HexC3C0AD02B1834f48
Octal3033002550213306417110
Binary11000011110000001010110101010111100011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C0AD; }

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

 H1.HeaderClassName
 {
   color: #C3C0AD;
 }
 .AnyTagClassName
 {
   color: #C3C0AD;
 }
</style>
background-color css

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

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

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

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

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

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