#C2C2B4

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

Shades of Kangaroo #C2C2B4

Tints of Kangaroo #C2C2B4

Color information

#C2C2B4 (or 0xC2C2B4) is unknown color: approx Kangaroo. HEX triplet: C2, C2 and B4. RGB value is (194,194,180). Sum of RGB (Red+Green+Blue) = 194+194+180=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C2B4 is #3D3D4B. Grayscale: #C0C0C0. Windows color (decimal): -4013388 or 11846338. OLE color: 11846338.

HSL color Cylindrical-coordinate representation of color #C2C2B4: hue angle of 60º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2C2B4 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB194194180-
CMYK000.070.24
HSL60º10.29%73.33%-
HSV(B)60º7.22%76.08%-
XYZ49.7853.3550.85-
YUV192.4121129.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 194 (76.17% from 255) = 34.15%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=34.15%
G=34.15%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194194180000.070.246010.2973.33
HexC2C2B4007183ca49
Octal302302264007307412111
Binary110000101100001010110100001111100011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C2B4; }

 p { color: rgb(194,194,180); }

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

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

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

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

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

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

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