#C1BFB0

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

Shades of Kangaroo #C1BFB0

Tints of Kangaroo #C1BFB0

Color information

#C1BFB0 (or 0xC1BFB0) is unknown color: approx Kangaroo. HEX triplet: C1, BF and B0. RGB value is (193,191,176). Sum of RGB (Red+Green+Blue) = 193+191+176=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BFB0 is #3E404F. Grayscale: #BDBDBD. Windows color (decimal): -4079696 or 11583425. OLE color: 11583425.

HSL color Cylindrical-coordinate representation of color #C1BFB0: hue angle of 52.94º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1BFB0 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB193191176-
CMYK00.010.090.24
HSL52.94º12.06%72.35%-
HSV(B)52.94º8.81%75.69%-
XYZ48.4651.7348.51-
YUV189.89120.16130.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.46%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 176 (69.14% from 255) = 31.43%
R=34.46%
G=34.11%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319117600.010.090.2452.9412.0672.35
HexC1BFB00191835c48
Octal3012772600111306514110
Binary1100000110111111101100000110011100011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFB0; }

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

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

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

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

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

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

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

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