Html Css Color HEX #CA5249 Sunset

📋 copy color: '#CA5249'

red 202 ◦ green 82 ◦ blue 73

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

Shades of Sunset #CA5249

Tints of Sunset #CA5249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.97%

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

R = 56.58%
G = 22.97%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA5249 (or 0xCA5249) is known color: Sunset. HEX triplet: CA, 52 and 49. RGB value is (202,82,73). Sum of RGB (Red+Green+Blue) = 202+82+73=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5249 is #35ADB6. Grayscale: #757575. Windows color (decimal): -3517879 or 4805322. OLE color: 4805322.

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

Color convert

RGB 202 82 73 -
CMYK 0 0.59 0.64 0.21
HSL 4.19º 0.55% 0.54% -
HSV(B) 4.19º 0.64% 0.79% -
XYZ 28.58 19.07 8.48 -
YUV 116.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 202 82 73 0 0.59 0.64 0.21 4.19 0.55 0.54
Hex CA 52 49 0 3B 40 15 4 37 36
Octal 312 122 111 0 73 100 25 4 67 66
Binary 11001010 1010010 1001001 0 111011 1000000 10101 100 110111 110110

Color Harmonies of #CA5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5249

Black with #CA5249

Text Example


Text Example

White with #CA5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5249; }

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

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

background-color css

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

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

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

border-color css

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

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

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