#C3C0B2

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

Shades of Kangaroo #C3C0B2

Tints of Kangaroo #C3C0B2

Color information

#C3C0B2 (or 0xC3C0B2) is unknown color: approx Kangaroo. HEX triplet: C3, C0 and B2. RGB value is (195,192,178). Sum of RGB (Red+Green+Blue) = 195+192+178=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C0B2 is #3C3F4D. Grayscale: #BFBFBF. Windows color (decimal): -3948366 or 11714755. OLE color: 11714755.

HSL color Cylindrical-coordinate representation of color #C3C0B2: hue angle of 49.41º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3C0B2 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB195192178-
CMYK00.020.090.24
HSL49.41º12.41%73.14%-
HSV(B)49.41º8.72%76.47%-
XYZ49.3952.5249.65-
YUV191.3120.49130.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.51%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 178 (69.92% from 255) = 31.50%
R=34.51%
G=33.98%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519217800.020.090.2449.4112.4173.14
HexC3C0B20291831c49
Octal3033002620211306114111
Binary11000011110000001011001001010011100011000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C0B2; }

 p { color: rgb(195,192,178); }

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

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

 a { background-color: rgb(195,192,178); }

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

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

 span { border-color: rgb(195,192,178); }

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