Html Css Color HEX #CF493D Grenadier

📋 copy color: '#CF493D'

red 207 ◦ green 73 ◦ blue 61

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

Shades of Grenadier #CF493D

Tints of Grenadier #CF493D

RGB

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

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

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

R = 60.7%
G = 21.41%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF493D (or 0xCF493D) is known color: Grenadier. HEX triplet: CF, 49 and 3D. RGB value is (207,73,61). Sum of RGB (Red+Green+Blue) = 207+73+61=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF493D is #30B6C2. Grayscale: #6F6F6F. Windows color (decimal): -3192515 or 4016591. OLE color: 4016591.

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

Color convert

RGB 207 73 61 -
CMYK 0 0.65 0.71 0.19
HSL 4.93º 0.6% 0.53% -
HSV(B) 4.93º 0.71% 0.81% -
XYZ 28.96 18.37 6.43 -
YUV 111.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 207 73 61 0 0.65 0.71 0.19 4.93 0.6 0.53
Hex CF 49 3D 0 41 47 13 5 3C 35
Octal 317 111 75 0 101 107 23 5 74 65
Binary 11001111 1001001 111101 0 1000001 1000111 10011 101 111100 110101

Color Harmonies of #CF493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF493D

Black with #CF493D

Text Example


Text Example

White with #CF493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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