Html Css Color HEX #C44A48 Sunset

📋 copy color: '#C44A48'

red 196 ◦ green 74 ◦ blue 72

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

Shades of Sunset #C44A48

Tints of Sunset #C44A48

RGB

 RED value IS 196 (76.95% from 255) = 57.31%

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

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

R = 57.31%
G = 21.64%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C44A48 (or 0xC44A48) is known color: Sunset. HEX triplet: C4, 4A and 48. RGB value is (196,74,72). Sum of RGB (Red+Green+Blue) = 196+74+72=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44A48 is #3BB5B7. Grayscale: #6E6E6E. Windows color (decimal): -3913144 or 4737732. OLE color: 4737732.

HSL color Cylindrical-coordinate representation of color #C44A48: hue angle of 0.97º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44A48 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 74 72 -
CMYK 0 0.62 0.63 0.23
HSL 0.97º 0.51% 0.53% -
HSV(B) 0.97º 0.63% 0.77% -
XYZ 26.38 17.1 8.04 -
YUV 110.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 196 74 72 0 0.62 0.63 0.23 0.97 0.51 0.53
Hex C4 4A 48 0 3E 3F 17 1 33 35
Octal 304 112 110 0 76 77 27 1 63 65
Binary 11000100 1001010 1001000 0 111110 111111 10111 1 110011 110101

Color Harmonies of #C44A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44A48

Black with #C44A48

Text Example


Text Example

White with #C44A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44A48; }

 p { color: rgb(196,74,72); }

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

background-color css

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

 a { background-color: rgb(196,74,72); }

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

border-color css

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

 span { border-color: rgb(196,74,72); }

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