Html Css Color HEX #CF493F Grenadier

📋 copy color: '#CF493F'

red 207 ◦ green 73 ◦ blue 63

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

Shades of Grenadier #CF493F

Tints of Grenadier #CF493F

RGB

 RED value IS 207 (81.25% from 255) = 60.35%

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

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

R = 60.35%
G = 21.28%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF493F (or 0xCF493F) is known color: Grenadier. HEX triplet: CF, 49 and 3F. RGB value is (207,73,63). Sum of RGB (Red+Green+Blue) = 207+73+63=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF493F is #30B6C0. Grayscale: #707070. Windows color (decimal): -3192513 or 4147663. OLE color: 4147663.

HSL color Cylindrical-coordinate representation of color #CF493F: hue angle of 4.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF493F is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 73 63 -
CMYK 0 0.65 0.70 0.19
HSL 4.17º 0.6% 0.53% -
HSV(B) 4.17º 0.7% 0.81% -
XYZ 29.01 18.39 6.72 -
YUV 111.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 207 73 63 0 0.65 0.70 0.19 4.17 0.6 0.53
Hex CF 49 3F 0 41 46 13 4 3C 35
Octal 317 111 77 0 101 106 23 4 74 65
Binary 11001111 1001001 111111 0 1000001 1000110 10011 100 111100 110101

Color Harmonies of #CF493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF493F

Black with #CF493F

Text Example


Text Example

White with #CF493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF493F; }

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

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

background-color css

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

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

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

border-color css

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

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

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