#C2BFAD

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

Shades of Kangaroo #C2BFAD

Tints of Kangaroo #C2BFAD

Color information

#C2BFAD (or 0xC2BFAD) is unknown color: approx Kangaroo. HEX triplet: C2, BF and AD. RGB value is (194,191,173). Sum of RGB (Red+Green+Blue) = 194+191+173=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFAD is #3D4052. Grayscale: #BDBDBD. Windows color (decimal): -4014163 or 11386818. OLE color: 11386818.

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

Color convert

RGB194191173-
CMYK00.020.110.24
HSL51.43º14.69%71.96%-
HSV(B)51.43º10.82%76.08%-
XYZ48.4251.7546.97-
YUV189.84118.49130.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=34.77%
G=34.23%
B=31.00%

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
Decimal19419117300.020.110.2451.4314.6971.96
HexC2BFAD02B1833f48
Octal3022772550213306317110
Binary11000010101111111010110101010111100011001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFAD; }

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

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

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

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

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

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

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

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