#C3C3B4

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

Shades of Kangaroo #C3C3B4

Tints of Kangaroo #C3C3B4

Color information

#C3C3B4 (or 0xC3C3B4) is unknown color: approx Kangaroo. HEX triplet: C3, C3 and B4. RGB value is (195,195,180). Sum of RGB (Red+Green+Blue) = 195+195+180=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C3B4 is #3C3C4B. Grayscale: #C1C1C1. Windows color (decimal): -3947596 or 11846595. OLE color: 11846595.

HSL color Cylindrical-coordinate representation of color #C3C3B4: hue angle of 60º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3C3B4 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB195195180-
CMYK000.080.24
HSL60º11.11%73.53%-
HSV(B)60º7.69%76.47%-
XYZ50.2653.9350.94-
YUV193.29120.5129.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=34.21%
G=34.21%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195195180000.080.246011.1173.53
HexC3C3B4008183cb4a
Octal3033032640010307413112
Binary1100001111000011101101000010001100011110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C3B4; }

 p { color: rgb(195,195,180); }

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

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

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

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

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

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

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