Html Css Color HEX #CA4E3D Grenadier

📋 copy color: '#CA4E3D'

red 202 ◦ green 78 ◦ blue 61

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

Shades of Grenadier #CA4E3D

Tints of Grenadier #CA4E3D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.87%

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

R = 59.24%
G = 22.87%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA4E3D (or 0xCA4E3D) is known color: Grenadier. HEX triplet: CA, 4E and 3D. RGB value is (202,78,61). Sum of RGB (Red+Green+Blue) = 202+78+61=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4E3D is #35B1C2. Grayscale: #717171. Windows color (decimal): -3518915 or 4017866. OLE color: 4017866.

HSL color Cylindrical-coordinate representation of color #CA4E3D: hue angle of 7.23º 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 #CA4E3D is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 78 61 -
CMYK 0 0.61 0.70 0.21
HSL 7.23º 0.57% 0.52% -
HSV(B) 7.23º 0.7% 0.79% -
XYZ 27.92 18.34 6.48 -
YUV 113.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 202 78 61 0 0.61 0.70 0.21 7.23 0.57 0.52
Hex CA 4E 3D 0 3D 46 15 7 39 34
Octal 312 116 75 0 75 106 25 7 71 64
Binary 11001010 1001110 111101 0 111101 1000110 10101 111 111001 110100

Color Harmonies of #CA4E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4E3D

Black with #CA4E3D

Text Example


Text Example

White with #CA4E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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