Html Css Color HEX #C44F42 Sunset

📋 copy color: '#C44F42'

red 196 ◦ green 79 ◦ blue 66

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

Shades of Sunset #C44F42

Tints of Sunset #C44F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.17%

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

R = 57.48%
G = 23.17%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C44F42 (or 0xC44F42) is known color: Sunset. HEX triplet: C4, 4F and 42. RGB value is (196,79,66). Sum of RGB (Red+Green+Blue) = 196+79+66=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44F42 is #3BB0BD. Grayscale: #707070. Windows color (decimal): -3911870 or 4345796. OLE color: 4345796.

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

Color convert

RGB 196 79 66 -
CMYK 0 0.60 0.66 0.23
HSL 0.52% 0.51% -
HSV(B) 0.66% 0.77% -
XYZ 26.54 17.72 7.18 -
YUV 112.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 196 79 66 0 0.60 0.66 0.23 6 0.52 0.51
Hex C4 4F 42 0 3C 42 17 6 34 33
Octal 304 117 102 0 74 102 27 6 64 63
Binary 11000100 1001111 1000010 0 111100 1000010 10111 110 110100 110011

Color Harmonies of #C44F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F42

Black with #C44F42

Text Example


Text Example

White with #C44F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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