Html Css Color HEX #CA473E Grenadier

📋 copy color: '#CA473E'

red 202 ◦ green 71 ◦ blue 62

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

Shades of Grenadier #CA473E

Tints of Grenadier #CA473E

RGB

 RED value IS 202 (79.3% from 255) = 60.3%

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

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 60.3%
G = 21.19%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA473E (or 0xCA473E) is known color: Grenadier. HEX triplet: CA, 47 and 3E. RGB value is (202,71,62). Sum of RGB (Red+Green+Blue) = 202+71+62=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA473E is #35B8C1. Grayscale: #6D6D6D. Windows color (decimal): -3520706 or 4081610. OLE color: 4081610.

HSL color Cylindrical-coordinate representation of color #CA473E: hue angle of 3.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA473E is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 71 62 -
CMYK 0 0.65 0.69 0.21
HSL 3.86º 0.57% 0.52% -
HSV(B) 3.86º 0.69% 0.79% -
XYZ 27.48 17.41 6.47 -
YUV 109.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 202 71 62 0 0.65 0.69 0.21 3.86 0.57 0.52
Hex CA 47 3E 0 41 45 15 4 39 34
Octal 312 107 76 0 101 105 25 4 71 64
Binary 11001010 1000111 111110 0 1000001 1000101 10101 100 111001 110100

Color Harmonies of #CA473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA473E

Black with #CA473E

Text Example


Text Example

White with #CA473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA473E; }

 p { color: rgb(202,71,62); }

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

background-color css

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

 a { background-color: rgb(202,71,62); }

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

border-color css

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

 span { border-color: rgb(202,71,62); }

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