Html Css Color HEX #CA5049 Sunset

📋 copy color: '#CA5049'

red 202 ◦ green 80 ◦ blue 73

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

Shades of Sunset #CA5049

Tints of Sunset #CA5049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.54%

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

R = 56.9%
G = 22.54%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA5049 (or 0xCA5049) is known color: Sunset. HEX triplet: CA, 50 and 49. RGB value is (202,80,73). Sum of RGB (Red+Green+Blue) = 202+80+73=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5049 is #35AFB6. Grayscale: #737373. Windows color (decimal): -3518391 or 4804810. OLE color: 4804810.

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

Color convert

RGB 202 80 73 -
CMYK 0 0.60 0.64 0.21
HSL 3.26º 0.55% 0.54% -
HSV(B) 3.26º 0.64% 0.79% -
XYZ 28.43 18.77 8.43 -
YUV 115.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 202 80 73 0 0.60 0.64 0.21 3.26 0.55 0.54
Hex CA 50 49 0 3C 40 15 3 37 36
Octal 312 120 111 0 74 100 25 3 67 66
Binary 11001010 1010000 1001001 0 111100 1000000 10101 11 110111 110110

Color Harmonies of #CA5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5049

Black with #CA5049

Text Example


Text Example

White with #CA5049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5049; }

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

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

background-color css

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

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

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

border-color css

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

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

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