Html Css Color HEX #CA483C Grenadier

📋 copy color: '#CA483C'

red 202 ◦ green 72 ◦ blue 60

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

Shades of Grenadier #CA483C

Tints of Grenadier #CA483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

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

R = 60.48%
G = 21.56%
B = 17.96%

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

#CA483C (or 0xCA483C) is known color: Grenadier. HEX triplet: CA, 48 and 3C. RGB value is (202,72,60). Sum of RGB (Red+Green+Blue) = 202+72+60=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA483C is #35B7C3. Grayscale: #6D6D6D. Windows color (decimal): -3520452 or 3950794. OLE color: 3950794.

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

Color convert

RGB 202 72 60 -
CMYK 0 0.64 0.70 0.21
HSL 5.07º 0.57% 0.51% -
HSV(B) 5.07º 0.7% 0.79% -
XYZ 27.49 17.52 6.21 -
YUV 109.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 202 72 60 0 0.64 0.70 0.21 5.07 0.57 0.51
Hex CA 48 3C 0 40 46 15 5 39 33
Octal 312 110 74 0 100 106 25 5 71 63
Binary 11001010 1001000 111100 0 1000000 1000110 10101 101 111001 110011

Color Harmonies of #CA483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA483C

Black with #CA483C

Text Example


Text Example

White with #CA483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA483C; }

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

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

background-color css

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

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

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

border-color css

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

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

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