Html Css Color HEX #CA493D Grenadier

📋 copy color: '#CA493D'

red 202 ◦ green 73 ◦ blue 61

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

Shades of Grenadier #CA493D

Tints of Grenadier #CA493D

RGB

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

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

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

R = 60.12%
G = 21.73%
B = 18.15%

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

#CA493D (or 0xCA493D) is known color: Grenadier. HEX triplet: CA, 49 and 3D. RGB value is (202,73,61). Sum of RGB (Red+Green+Blue) = 202+73+61=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA493D is #35B6C2. Grayscale: #6E6E6E. Windows color (decimal): -3520195 or 4016586. OLE color: 4016586.

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

Color convert

RGB 202 73 61 -
CMYK 0 0.64 0.70 0.21
HSL 5.11º 0.57% 0.52% -
HSV(B) 5.11º 0.7% 0.79% -
XYZ 27.58 17.66 6.37 -
YUV 110.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 202 73 61 0 0.64 0.70 0.21 5.11 0.57 0.52
Hex CA 49 3D 0 40 46 15 5 39 34
Octal 312 111 75 0 100 106 25 5 71 64
Binary 11001010 1001001 111101 0 1000000 1000110 10101 101 111001 110100

Color Harmonies of #CA493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA493D

Black with #CA493D

Text Example


Text Example

White with #CA493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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