#C1BFAC

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

Shades of Kangaroo #C1BFAC

Tints of Kangaroo #C1BFAC

Color information

#C1BFAC (or 0xC1BFAC) is unknown color: approx Kangaroo. HEX triplet: C1, BF and AC. RGB value is (193,191,172). Sum of RGB (Red+Green+Blue) = 193+191+172=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BFAC is #3E4053. Grayscale: #BDBDBD. Windows color (decimal): -4079700 or 11321281. OLE color: 11321281.

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

Color convert

RGB193191172-
CMYK00.010.110.24
HSL54.29º14.48%71.57%-
HSV(B)54.29º10.88%75.69%-
XYZ48.0751.5846.45-
YUV189.43118.16130.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.71%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=34.71%
G=34.35%
B=30.94%

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
Decimal19319117200.010.110.2454.2914.4871.57
HexC1BFAC01B1836e48
Octal3012772540113306616110
Binary1100000110111111101011000110111100011011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFAC; }

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

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

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

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

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

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

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

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