Html Css Color HEX #C44945 Sunset

📋 copy color: '#C44945'

red 196 ◦ green 73 ◦ blue 69

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

Shades of Sunset #C44945

Tints of Sunset #C44945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.41%

R = 57.99%
G = 21.6%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C44945 (or 0xC44945) is known color: Sunset. HEX triplet: C4, 49 and 45. RGB value is (196,73,69). Sum of RGB (Red+Green+Blue) = 196+73+69=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C44945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44945 is #3BB6BA. Grayscale: #6D6D6D. Windows color (decimal): -3913403 or 4540868. OLE color: 4540868.

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

Color convert

RGB 196 73 69 -
CMYK 0 0.63 0.65 0.23
HSL 1.89º 0.52% 0.52% -
HSV(B) 1.89º 0.65% 0.77% -
XYZ 26.22 16.93 7.52 -
YUV 109.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 196 73 69 0 0.63 0.65 0.23 1.89 0.52 0.52
Hex C4 49 45 0 3F 41 17 2 34 34
Octal 304 111 105 0 77 101 27 2 64 64
Binary 11000100 1001001 1000101 0 111111 1000001 10111 10 110100 110100

Color Harmonies of #C44945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44945

Black with #C44945

Text Example


Text Example

White with #C44945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44945; }

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

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

background-color css

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

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

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

border-color css

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

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

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