#C1BFAF

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

Shades of Kangaroo #C1BFAF

Tints of Kangaroo #C1BFAF

Color information

#C1BFAF (or 0xC1BFAF) is unknown color: approx Kangaroo. HEX triplet: C1, BF and AF. RGB value is (193,191,175). Sum of RGB (Red+Green+Blue) = 193+191+175=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BFAF is #3E4050. Grayscale: #BDBDBD. Windows color (decimal): -4079697 or 11517889. OLE color: 11517889.

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

Color convert

RGB193191175-
CMYK00.010.090.24
HSL53.33º12.68%72.16%-
HSV(B)53.33º9.33%75.69%-
XYZ48.3651.6947.99-
YUV189.77119.66130.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.53%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=34.53%
G=34.17%
B=31.31%

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
Decimal19319117500.010.090.2453.3312.6872.16
HexC1BFAF0191835d48
Octal3012772570111306515110
Binary1100000110111111101011110110011100011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFAF; }

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

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

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

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

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

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

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

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