Html Css Color HEX #CA5449 Sunset

📋 copy color: '#CA5449'

red 202 ◦ green 84 ◦ blue 73

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

Shades of Sunset #CA5449

Tints of Sunset #CA5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.4%

 BLUE value IS 73 (28.91% from 255) = 20.33%

R = 56.27%
G = 23.4%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA5449 (or 0xCA5449) is known color: Sunset. HEX triplet: CA, 54 and 49. RGB value is (202,84,73). Sum of RGB (Red+Green+Blue) = 202+84+73=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5449 is #35ABB6. Grayscale: #767676. Windows color (decimal): -3517367 or 4805834. OLE color: 4805834.

HSL color Cylindrical-coordinate representation of color #CA5449: hue angle of 5.12º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA5449 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 84 73 -
CMYK 0 0.58 0.64 0.21
HSL 5.12º 0.55% 0.54% -
HSV(B) 5.12º 0.64% 0.79% -
XYZ 28.73 19.38 8.53 -
YUV 118.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 202 84 73 0 0.58 0.64 0.21 5.12 0.55 0.54
Hex CA 54 49 0 3A 40 15 5 37 36
Octal 312 124 111 0 72 100 25 5 67 66
Binary 11001010 1010100 1001001 0 111010 1000000 10101 101 110111 110110

Color Harmonies of #CA5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5449

Black with #CA5449

Text Example


Text Example

White with #CA5449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5449; }

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

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

background-color css

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

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

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

border-color css

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

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

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