#C4C4BC

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

Shades of Kangaroo #C4C4BC

Tints of Kangaroo #C4C4BC

Color information

#C4C4BC (or 0xC4C4BC) is unknown color: approx Kangaroo. HEX triplet: C4, C4 and BC. RGB value is (196,196,188). Sum of RGB (Red+Green+Blue) = 196+196+188=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C4BC is #3B3B43. Grayscale: #C3C3C3. Windows color (decimal): -3881796 or 12371140. OLE color: 12371140.

HSL color Cylindrical-coordinate representation of color #C4C4BC: hue angle of 60º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4C4BC is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196196188-
CMYK000.040.23
HSL60º6.35%75.29%-
HSV(B)60º4.08%76.86%-
XYZ51.5854.8555.44-
YUV195.09124128.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.79%
GREEN value IS 196 (76.95% from 255) = 33.79%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=33.79%
G=33.79%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196196188000.040.23606.3575.29
HexC4C4BC004173c64b
Octal30430427400427746113
Binary11000100110001001011110000100101111111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C4BC; }

 p { color: rgb(196,196,188); }

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

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

 a { background-color: rgb(196,196,188); }

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

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

 span { border-color: rgb(196,196,188); }

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