#C2BFAE

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

Shades of Kangaroo #C2BFAE

Tints of Kangaroo #C2BFAE

Color information

#C2BFAE (or 0xC2BFAE) is unknown color: approx Kangaroo. HEX triplet: C2, BF and AE. RGB value is (194,191,174). Sum of RGB (Red+Green+Blue) = 194+191+174=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFAE is #3D4051. Grayscale: #BEBEBE. Windows color (decimal): -4014162 or 11452354. OLE color: 11452354.

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

Color convert

RGB194191174-
CMYK00.020.100.24
HSL51º14.08%72.16%-
HSV(B)51º10.31%76.08%-
XYZ48.5251.7947.48-
YUV189.96118.99130.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.70%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=34.70%
G=34.17%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419117400.020.100.245114.0872.16
HexC2BFAE02A1833e48
Octal3022772560212306316110
Binary11000010101111111010111001010101100011001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFAE; }

 p { color: rgb(194,191,174); }

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

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

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

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

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

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

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