Html Css Color HEX #C44C42 Sunset

📋 copy color: '#C44C42'

red 196 ◦ green 76 ◦ blue 66

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

Shades of Sunset #C44C42

Tints of Sunset #C44C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

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

R = 57.99%
G = 22.49%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C44C42 (or 0xC44C42) is known color: Sunset. HEX triplet: C4, 4C and 42. RGB value is (196,76,66). Sum of RGB (Red+Green+Blue) = 196+76+66=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44C42 is #3BB3BD. Grayscale: #6E6E6E. Windows color (decimal): -3912638 or 4345028. OLE color: 4345028.

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

Color convert

RGB 196 76 66 -
CMYK 0 0.61 0.66 0.23
HSL 4.62º 0.52% 0.51% -
HSV(B) 4.62º 0.66% 0.77% -
XYZ 26.33 17.3 7.11 -
YUV 110.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 196 76 66 0 0.61 0.66 0.23 4.62 0.52 0.51
Hex C4 4C 42 0 3D 42 17 5 34 33
Octal 304 114 102 0 75 102 27 5 64 63
Binary 11000100 1001100 1000010 0 111101 1000010 10111 101 110100 110011

Color Harmonies of #C44C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44C42

Black with #C44C42

Text Example


Text Example

White with #C44C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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