#C2BFAC

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

Shades of Kangaroo #C2BFAC

Tints of Kangaroo #C2BFAC

Color information

#C2BFAC (or 0xC2BFAC) is unknown color: approx Kangaroo. HEX triplet: C2, BF and AC. RGB value is (194,191,172). Sum of RGB (Red+Green+Blue) = 194+191+172=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFAC is #3D4053. Grayscale: #BDBDBD. Windows color (decimal): -4014164 or 11321282. OLE color: 11321282.

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

Color convert

RGB194191172-
CMYK00.020.110.24
HSL51.82º15.28%71.76%-
HSV(B)51.82º11.34%76.08%-
XYZ48.3351.7146.46-
YUV189.73117.99131.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=34.83%
G=34.29%
B=30.88%

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
Decimal19419117200.020.110.2451.8215.2871.76
HexC2BFAC02B1834f48
Octal3022772540213306417110
Binary11000010101111111010110001010111100011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFAC; }

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

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

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

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

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

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

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

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