Html Css Color HEX #CA4D48 Sunset

📋 copy color: '#CA4D48'

red 202 ◦ green 77 ◦ blue 72

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

Shades of Sunset #CA4D48

Tints of Sunset #CA4D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.94%

 BLUE value IS 72 (28.52% from 255) = 20.51%

R = 57.55%
G = 21.94%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA4D48 (or 0xCA4D48) is known color: Sunset. HEX triplet: CA, 4D and 48. RGB value is (202,77,72). Sum of RGB (Red+Green+Blue) = 202+77+72=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4D48 is #35B2B7. Grayscale: #717171. Windows color (decimal): -3519160 or 4738506. OLE color: 4738506.

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

Color convert

RGB 202 77 72 -
CMYK 0 0.62 0.64 0.21
HSL 2.31º 0.55% 0.54% -
HSV(B) 2.31º 0.64% 0.79% -
XYZ 28.18 18.33 8.18 -
YUV 113.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 202 77 72 0 0.62 0.64 0.21 2.31 0.55 0.54
Hex CA 4D 48 0 3E 40 15 2 37 36
Octal 312 115 110 0 76 100 25 2 67 66
Binary 11001010 1001101 1001000 0 111110 1000000 10101 10 110111 110110

Color Harmonies of #CA4D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D48

Black with #CA4D48

Text Example


Text Example

White with #CA4D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D48; }

 p { color: rgb(202,77,72); }

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

background-color css

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

 a { background-color: rgb(202,77,72); }

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

border-color css

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

 span { border-color: rgb(202,77,72); }

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