#C1BFAD

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

Shades of Kangaroo #C1BFAD

Tints of Kangaroo #C1BFAD

Color information

#C1BFAD (or 0xC1BFAD) is unknown color: approx Kangaroo. HEX triplet: C1, BF and AD. RGB value is (193,191,173). Sum of RGB (Red+Green+Blue) = 193+191+173=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BFAD is #3E4052. Grayscale: #BDBDBD. Windows color (decimal): -4079699 or 11386817. OLE color: 11386817.

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

Color convert

RGB193191173-
CMYK00.010.100.24
HSL54º13.89%71.76%-
HSV(B)54º10.36%75.69%-
XYZ48.1751.6246.96-
YUV189.55118.66130.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=34.65%
G=34.29%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319117300.010.100.245413.8971.76
HexC1BFAD01A1836e48
Octal3012772550112306616110
Binary1100000110111111101011010110101100011011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFAD; }

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

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

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

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

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

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

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

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