#C3433C

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

Shades of Grenadier #C3433C

Tints of Grenadier #C3433C

Color information

#C3433C (or 0xC3433C) is unknown color: approx Grenadier. HEX triplet: C3, 43 and 3C. RGB value is (195,67,60). Sum of RGB (Red+Green+Blue) = 195+67+60=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3433C is #3CBCC3. Grayscale: #686868. Windows color (decimal): -3980484 or 3949507. OLE color: 3949507.

HSL color Cylindrical-coordinate representation of color #C3433C: hue angle of 3.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3433C is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB1956760-
CMYK00.660.690.24
HSL3.11º52.94%50%-
HSV(B)3.11º69.23%76.47%-
XYZ25.3315.946.02-
YUV104.47102.91192.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.56%
GREEN value IS 67 (26.56% from 255) = 20.81%
BLUE value IS 60 (23.83% from 255) = 18.63%
R=60.56%
G=20.81%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195676000.660.690.243.1152.9450
HexC3433C042451833532
Octal3031037401021053036562
Binary1100001110000111111000100001010001011100011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3433C; }

 p { color: rgb(195,67,60); }

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

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

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

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

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

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

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