Html Css Color HEX #CC493B Grenadier

📋 copy color: '#CC493B'

red 204 ◦ green 73 ◦ blue 59

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

Shades of Grenadier #CC493B

Tints of Grenadier #CC493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.56%

R = 60.71%
G = 21.73%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC493B (or 0xCC493B) is known color: Grenadier. HEX triplet: CC, 49 and 3B. RGB value is (204,73,59). Sum of RGB (Red+Green+Blue) = 204+73+59=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC493B is #33B6C4. Grayscale: #6E6E6E. Windows color (decimal): -3389125 or 3885516. OLE color: 3885516.

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

Color convert

RGB 204 73 59 -
CMYK 0 0.64 0.71 0.2
HSL 5.79º 0.59% 0.52% -
HSV(B) 5.79º 0.71% 0.8% -
XYZ 28.07 17.92 6.12 -
YUV 110.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 204 73 59 0 0.64 0.71 0.2 5.79 0.59 0.52
Hex CC 49 3B 0 40 47 14 6 3B 34
Octal 314 111 73 0 100 107 24 6 73 64
Binary 11001100 1001001 111011 0 1000000 1000111 10100 110 111011 110100

Color Harmonies of #CC493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC493B

Black with #CC493B

Text Example


Text Example

White with #CC493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC493B; }

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

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

background-color css

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

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

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

border-color css

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

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

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