Html Css Color HEX #CA493C Grenadier

📋 copy color: '#CA493C'

red 202 ◦ green 73 ◦ blue 60

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

Shades of Grenadier #CA493C

Tints of Grenadier #CA493C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.91%

R = 60.3%
G = 21.79%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA493C (or 0xCA493C) is known color: Grenadier. HEX triplet: CA, 49 and 3C. RGB value is (202,73,60). Sum of RGB (Red+Green+Blue) = 202+73+60=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA493C is #35B6C3. Grayscale: #6E6E6E. Windows color (decimal): -3520196 or 3951050. OLE color: 3951050.

HSL color Cylindrical-coordinate representation of color #CA493C: hue angle of 5.49º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA493C is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 73 60 -
CMYK 0 0.64 0.70 0.21
HSL 5.49º 0.57% 0.51% -
HSV(B) 5.49º 0.7% 0.79% -
XYZ 27.56 17.65 6.23 -
YUV 110.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 202 73 60 0 0.64 0.70 0.21 5.49 0.57 0.51
Hex CA 49 3C 0 40 46 15 5 39 33
Octal 312 111 74 0 100 106 25 5 71 63
Binary 11001010 1001001 111100 0 1000000 1000110 10101 101 111001 110011

Color Harmonies of #CA493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA493C

Black with #CA493C

Text Example


Text Example

White with #CA493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA493C; }

 p { color: rgb(202,73,60); }

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

background-color css

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

 a { background-color: rgb(202,73,60); }

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

border-color css

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

 span { border-color: rgb(202,73,60); }

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