Html Css Color HEX #CD473B Grenadier

📋 copy color: '#CD473B'

red 205 ◦ green 71 ◦ blue 59

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

Shades of Grenadier #CD473B

Tints of Grenadier #CD473B

RGB

 RED value IS 205 (80.47% from 255) = 61.19%

 GREEN value IS 71 (28.13% from 255) = 21.19%

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

R = 61.19%
G = 21.19%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD473B (or 0xCD473B) is known color: Grenadier. HEX triplet: CD, 47 and 3B. RGB value is (205,71,59). Sum of RGB (Red+Green+Blue) = 205+71+59=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD473B is #32B8C4. Grayscale: #6D6D6D. Windows color (decimal): -3324101 or 3885005. OLE color: 3885005.

HSL color Cylindrical-coordinate representation of color #CD473B: hue angle of 4.93º 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 #CD473B is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 71 59 -
CMYK 0 0.65 0.71 0.20
HSL 4.93º 0.59% 0.52% -
HSV(B) 4.93º 0.71% 0.8% -
XYZ 28.22 17.8 6.09 -
YUV 109.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 205 71 59 0 0.65 0.71 0.20 4.93 0.59 0.52
Hex CD 47 3B 0 41 47 14 5 3B 34
Octal 315 107 73 0 101 107 24 5 73 64
Binary 11001101 1000111 111011 0 1000001 1000111 10100 101 111011 110100

Color Harmonies of #CD473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD473B

Black with #CD473B

Text Example


Text Example

White with #CD473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD473B; }

 p { color: rgb(205,71,59); }

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

background-color css

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

 a { background-color: rgb(205,71,59); }

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

border-color css

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

 span { border-color: rgb(205,71,59); }

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