Html Css Color HEX #C44A42 Sunset

📋 copy color: '#C44A42'

red 196 ◦ green 74 ◦ blue 66

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

Shades of Sunset #C44A42

Tints of Sunset #C44A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.02%

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

R = 58.33%
G = 22.02%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C44A42 (or 0xC44A42) is known color: Sunset. HEX triplet: C4, 4A and 42. RGB value is (196,74,66). Sum of RGB (Red+Green+Blue) = 196+74+66=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44A42 is #3BB5BD. Grayscale: #6D6D6D. Windows color (decimal): -3913150 or 4344516. OLE color: 4344516.

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

Color convert

RGB 196 74 66 -
CMYK 0 0.62 0.66 0.23
HSL 3.69º 0.52% 0.51% -
HSV(B) 3.69º 0.66% 0.77% -
XYZ 26.2 17.03 7.06 -
YUV 109.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 196 74 66 0 0.62 0.66 0.23 3.69 0.52 0.51
Hex C4 4A 42 0 3E 42 17 4 34 33
Octal 304 112 102 0 76 102 27 4 64 63
Binary 11000100 1001010 1000010 0 111110 1000010 10111 100 110100 110011

Color Harmonies of #C44A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44A42

Black with #C44A42

Text Example


Text Example

White with #C44A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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