Html Css Color HEX #CC493F Grenadier

📋 copy color: '#CC493F'

red 204 ◦ green 73 ◦ blue 63

#CC493F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #CC493F

Tints of Grenadier #CC493F

RGB

 RED value IS 204 (80.08% from 255) = 60%

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 63 (25% from 255) = 18.53%

R = 60%
G = 21.47%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC493F (or 0xCC493F) is known color: Grenadier. HEX triplet: CC, 49 and 3F. RGB value is (204,73,63). Sum of RGB (Red+Green+Blue) = 204+73+63=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC493F is #33B6C0. Grayscale: #6F6F6F. Windows color (decimal): -3389121 or 4147660. OLE color: 4147660.

HSL color Cylindrical-coordinate representation of color #CC493F: hue angle of 4.26º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC493F is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 73 63 -
CMYK 0 0.64 0.69 0.2
HSL 4.26º 0.58% 0.52% -
HSV(B) 4.26º 0.69% 0.8% -
XYZ 28.18 17.96 6.68 -
YUV 111.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 204 73 63 0 0.64 0.69 0.2 4.26 0.58 0.52
Hex CC 49 3F 0 40 45 14 4 3A 34
Octal 314 111 77 0 100 105 24 4 72 64
Binary 11001100 1001001 111111 0 1000000 1000101 10100 100 111010 110100

Color Harmonies of #CC493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC493F

Black with #CC493F

Text Example


Text Example

White with #CC493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC493F; }

 p { color: rgb(204,73,63); }

 H1.HeaderClassName
 {
   color: #CC493F;
 }
 .AnyTagClassName
 {
   color: #CC493F;
 }
</style>

background-color css

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

 a { background-color: rgb(204,73,63); }

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

border-color css

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

 span { border-color: rgb(204,73,63); }

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