Html Css Color HEX #C44946 Sunset

📋 copy color: '#C44946'

red 196 ◦ green 73 ◦ blue 70

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

Shades of Sunset #C44946

Tints of Sunset #C44946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.53%

 BLUE value IS 70 (27.73% from 255) = 20.65%

R = 57.82%
G = 21.53%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C44946 (or 0xC44946) is known color: Sunset. HEX triplet: C4, 49 and 46. RGB value is (196,73,70). Sum of RGB (Red+Green+Blue) = 196+73+70=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C44946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44946 is #3BB6B9. Grayscale: #6D6D6D. Windows color (decimal): -3913402 or 4606404. OLE color: 4606404.

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

Color convert

RGB 196 73 70 -
CMYK 0 0.63 0.64 0.23
HSL 1.43º 0.52% 0.52% -
HSV(B) 1.43º 0.64% 0.77% -
XYZ 26.25 16.94 7.68 -
YUV 109.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 196 73 70 0 0.63 0.64 0.23 1.43 0.52 0.52
Hex C4 49 46 0 3F 40 17 1 34 34
Octal 304 111 106 0 77 100 27 1 64 64
Binary 11000100 1001001 1000110 0 111111 1000000 10111 1 110100 110100

Color Harmonies of #C44946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44946

Black with #C44946

Text Example


Text Example

White with #C44946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44946; }

 p { color: rgb(196,73,70); }

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

background-color css

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

 a { background-color: rgb(196,73,70); }

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

border-color css

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

 span { border-color: rgb(196,73,70); }

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