Html Css Color HEX #C44642 Sunset

📋 copy color: '#C44642'

red 196 ◦ green 70 ◦ blue 66

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

Shades of Sunset #C44642

Tints of Sunset #C44642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.08%

 BLUE value IS 66 (26.17% from 255) = 19.88%

R = 59.04%
G = 21.08%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C44642 (or 0xC44642) is known color: Sunset. HEX triplet: C4, 46 and 42. RGB value is (196,70,66). Sum of RGB (Red+Green+Blue) = 196+70+66=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C44642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44642 is #3BB9BD. Grayscale: #6B6B6B. Windows color (decimal): -3914174 or 4343492. OLE color: 4343492.

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

Color convert

RGB 196 70 66 -
CMYK 0 0.64 0.66 0.23
HSL 1.85º 0.52% 0.51% -
HSV(B) 1.85º 0.66% 0.77% -
XYZ 25.94 16.51 6.97 -
YUV 107.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 196 70 66 0 0.64 0.66 0.23 1.85 0.52 0.51
Hex C4 46 42 0 40 42 17 2 34 33
Octal 304 106 102 0 100 102 27 2 64 63
Binary 11000100 1000110 1000010 0 1000000 1000010 10111 10 110100 110011

Color Harmonies of #C44642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44642

Black with #C44642

Text Example


Text Example

White with #C44642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44642; }

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

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

background-color css

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

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

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

border-color css

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

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

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