#C2C1AD

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

Shades of Kangaroo #C2C1AD

Tints of Kangaroo #C2C1AD

Color information

#C2C1AD (or 0xC2C1AD) is unknown color: approx Kangaroo. HEX triplet: C2, C1 and AD. RGB value is (194,193,173). Sum of RGB (Red+Green+Blue) = 194+193+173=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C1AD is #3D3E52. Grayscale: #BFBFBF. Windows color (decimal): -4013651 or 11387330. OLE color: 11387330.

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

Color convert

RGB194193173-
CMYK00.010.110.24
HSL57.14º14.69%71.96%-
HSV(B)57.14º10.82%76.08%-
XYZ48.8652.6347.12-
YUV191.02117.83130.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.64%
GREEN value IS 193 (75.78% from 255) = 34.46%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=34.64%
G=34.46%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419317300.010.110.2457.1414.6971.96
HexC2C1AD01B1839f48
Octal3023012550113307117110
Binary1100001011000001101011010110111100011100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C1AD; }

 p { color: rgb(194,193,173); }

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

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

 a { background-color: rgb(194,193,173); }

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

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

 span { border-color: rgb(194,193,173); }

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