Html Css Color HEX #C44742 Sunset

📋 copy color: '#C44742'

red 196 ◦ green 71 ◦ blue 66

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

Shades of Sunset #C44742

Tints of Sunset #C44742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.32%

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

R = 58.86%
G = 21.32%
B = 19.82%

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

#C44742 (or 0xC44742) is known color: Sunset. HEX triplet: C4, 47 and 42. RGB value is (196,71,66). Sum of RGB (Red+Green+Blue) = 196+71+66=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C44742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44742 is #3BB8BD. Grayscale: #6B6B6B. Windows color (decimal): -3913918 or 4343748. OLE color: 4343748.

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

Color convert

RGB 196 71 66 -
CMYK 0 0.64 0.66 0.23
HSL 2.31º 0.52% 0.51% -
HSV(B) 2.31º 0.66% 0.77% -
XYZ 26 16.64 6.99 -
YUV 107.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 196 71 66 0 0.64 0.66 0.23 2.31 0.52 0.51
Hex C4 47 42 0 40 42 17 2 34 33
Octal 304 107 102 0 100 102 27 2 64 63
Binary 11000100 1000111 1000010 0 1000000 1000010 10111 10 110100 110011

Color Harmonies of #C44742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44742

Black with #C44742

Text Example


Text Example

White with #C44742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44742; }

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

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

background-color css

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

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

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

border-color css

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

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

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