Html Css Color HEX #CA4A47 Sunset

📋 copy color: '#CA4A47'

red 202 ◦ green 74 ◦ blue 71

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

Shades of Sunset #CA4A47

Tints of Sunset #CA4A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.46%

R = 58.21%
G = 21.33%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA4A47 (or 0xCA4A47) is known color: Sunset. HEX triplet: CA, 4A and 47. RGB value is (202,74,71). Sum of RGB (Red+Green+Blue) = 202+74+71=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4A47 is #35B5B8. Grayscale: #707070. Windows color (decimal): -3519929 or 4672202. OLE color: 4672202.

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

Color convert

RGB 202 74 71 -
CMYK 0 0.63 0.65 0.21
HSL 1.37º 0.55% 0.54% -
HSV(B) 1.37º 0.65% 0.79% -
XYZ 27.94 17.91 7.95 -
YUV 111.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 202 74 71 0 0.63 0.65 0.21 1.37 0.55 0.54
Hex CA 4A 47 0 3F 41 15 1 37 36
Octal 312 112 107 0 77 101 25 1 67 66
Binary 11001010 1001010 1000111 0 111111 1000001 10101 1 110111 110110

Color Harmonies of #CA4A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A47

Black with #CA4A47

Text Example


Text Example

White with #CA4A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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