#C0BFB1

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

Shades of Kangaroo #C0BFB1

Tints of Kangaroo #C0BFB1

Color information

#C0BFB1 (or 0xC0BFB1) is unknown color: approx Kangaroo. HEX triplet: C0, BF and B1. RGB value is (192,191,177). Sum of RGB (Red+Green+Blue) = 192+191+177=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BFB1 is #3F404E. Grayscale: #BDBDBD. Windows color (decimal): -4145231 or 11648960. OLE color: 11648960.

HSL color Cylindrical-coordinate representation of color #C0BFB1: hue angle of 56º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0BFB1 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB192191177-
CMYK00.010.080.25
HSL56º10.64%72.35%-
HSV(B)56º7.81%75.29%-
XYZ48.351.6449.02-
YUV189.7120.83129.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.29%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 177 (69.53% from 255) = 31.61%
R=34.29%
G=34.11%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219117700.010.080.255610.6472.35
HexC0BFB10181938b48
Octal3002772610110317013110
Binary1100000010111111101100010110001100111100010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFB1; }

 p { color: rgb(192,191,177); }

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

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

 a { background-color: rgb(192,191,177); }

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

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

 span { border-color: rgb(192,191,177); }

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