Html Css Color HEX #CC493D Grenadier

📋 copy color: '#CC493D'

red 204 ◦ green 73 ◦ blue 61

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

Shades of Grenadier #CC493D

Tints of Grenadier #CC493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 60.36%
G = 21.6%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC493D (or 0xCC493D) is known color: Grenadier. HEX triplet: CC, 49 and 3D. RGB value is (204,73,61). Sum of RGB (Red+Green+Blue) = 204+73+61=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC493D is #33B6C2. Grayscale: #6E6E6E. Windows color (decimal): -3389123 or 4016588. OLE color: 4016588.

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

Color convert

RGB 204 73 61 -
CMYK 0 0.64 0.70 0.2
HSL 5.03º 0.58% 0.52% -
HSV(B) 5.03º 0.7% 0.8% -
XYZ 28.13 17.94 6.4 -
YUV 110.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 204 73 61 0 0.64 0.70 0.2 5.03 0.58 0.52
Hex CC 49 3D 0 40 46 14 5 3A 34
Octal 314 111 75 0 100 106 24 5 72 64
Binary 11001100 1001001 111101 0 1000000 1000110 10100 101 111010 110100

Color Harmonies of #CC493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC493D

Black with #CC493D

Text Example


Text Example

White with #CC493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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