#C0BFAD

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

Shades of Kangaroo #C0BFAD

Tints of Kangaroo #C0BFAD

Color information

#C0BFAD (or 0xC0BFAD) is unknown color: approx Kangaroo. HEX triplet: C0, BF and AD. RGB value is (192,191,173). Sum of RGB (Red+Green+Blue) = 192+191+173=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BFAD is #3F4052. Grayscale: #BDBDBD. Windows color (decimal): -4145235 or 11386816. OLE color: 11386816.

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

Color convert

RGB192191173-
CMYK00.010.100.25
HSL56.84º13.1%71.57%-
HSV(B)56.84º9.9%75.29%-
XYZ47.9151.4946.95-
YUV189.25118.83129.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=34.53%
G=34.35%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219117300.010.100.2556.8413.171.57
HexC0BFAD01A1939d48
Octal3002772550112317115110
Binary1100000010111111101011010110101100111100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFAD; }

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

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

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

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

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

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

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

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