Html Css Color HEX #C74D46 Sunset

📋 copy color: '#C74D46'

red 199 ◦ green 77 ◦ blue 70

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

Shades of Sunset #C74D46

Tints of Sunset #C74D46

RGB

 RED value IS 199 (78.13% from 255) = 57.51%

 GREEN value IS 77 (30.47% from 255) = 22.25%

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 57.51%
G = 22.25%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C74D46 (or 0xC74D46) is known color: Sunset. HEX triplet: C7, 4D and 46. RGB value is (199,77,70). Sum of RGB (Red+Green+Blue) = 199+77+70=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D46 is #38B2B9. Grayscale: #707070. Windows color (decimal): -3715770 or 4607431. OLE color: 4607431.

HSL color Cylindrical-coordinate representation of color #C74D46: hue angle of 3.26º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74D46 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 77 70 -
CMYK 0 0.61 0.65 0.22
HSL 3.26º 0.54% 0.53% -
HSV(B) 3.26º 0.65% 0.78% -
XYZ 27.31 17.89 7.81 -
YUV 112.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 199 77 70 0 0.61 0.65 0.22 3.26 0.54 0.53
Hex C7 4D 46 0 3D 41 16 3 36 35
Octal 307 115 106 0 75 101 26 3 66 65
Binary 11000111 1001101 1000110 0 111101 1000001 10110 11 110110 110101

Color Harmonies of #C74D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74D46

Black with #C74D46

Text Example


Text Example

White with #C74D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74D46; }

 p { color: rgb(199,77,70); }

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

background-color css

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

 a { background-color: rgb(199,77,70); }

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

border-color css

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

 span { border-color: rgb(199,77,70); }

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