Html Css Color HEX #CA4A49 Sunset

📋 copy color: '#CA4A49'

red 202 ◦ green 74 ◦ blue 73

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

Shades of Sunset #CA4A49

Tints of Sunset #CA4A49

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

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

R = 57.88%
G = 21.2%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA4A49 (or 0xCA4A49) is known color: Sunset. HEX triplet: CA, 4A and 49. RGB value is (202,74,73). Sum of RGB (Red+Green+Blue) = 202+74+73=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4A49 is #35B5B6. Grayscale: #707070. Windows color (decimal): -3519927 or 4803274. OLE color: 4803274.

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

Color convert

RGB 202 74 73 -
CMYK 0 0.63 0.64 0.21
HSL 0.47º 0.55% 0.54% -
HSV(B) 0.47º 0.64% 0.79% -
XYZ 28.01 17.94 8.29 -
YUV 112.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 202 74 73 0 0.63 0.64 0.21 0.47 0.55 0.54
Hex CA 4A 49 0 3F 40 15 0 37 36
Octal 312 112 111 0 77 100 25 0 67 66
Binary 11001010 1001010 1001001 0 111111 1000000 10101 0 110111 110110

Color Harmonies of #CA4A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A49

Black with #CA4A49

Text Example


Text Example

White with #CA4A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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