Html Css Color HEX #C44D46 Sunset

📋 copy color: '#C44D46'

red 196 ◦ green 77 ◦ blue 70

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

Shades of Sunset #C44D46

Tints of Sunset #C44D46

RGB

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

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

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

R = 57.14%
G = 22.45%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C44D46 (or 0xC44D46) is known color: Sunset. HEX triplet: C4, 4D and 46. RGB value is (196,77,70). Sum of RGB (Red+Green+Blue) = 196+77+70=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44D46 is #3BB2B9. Grayscale: #6F6F6F. Windows color (decimal): -3912378 or 4607428. OLE color: 4607428.

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

Color convert

RGB 196 77 70 -
CMYK 0 0.61 0.64 0.23
HSL 3.33º 0.52% 0.52% -
HSV(B) 3.33º 0.64% 0.77% -
XYZ 26.52 17.49 7.77 -
YUV 111.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 196 77 70 0 0.61 0.64 0.23 3.33 0.52 0.52
Hex C4 4D 46 0 3D 40 17 3 34 34
Octal 304 115 106 0 75 100 27 3 64 64
Binary 11000100 1001101 1000110 0 111101 1000000 10111 11 110100 110100

Color Harmonies of #C44D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44D46

Black with #C44D46

Text Example


Text Example

White with #C44D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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