Html Css Color HEX #C04D41 Sunset

📋 copy color: '#C04D41'

red 192 ◦ green 77 ◦ blue 65

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

Shades of Sunset #C04D41

Tints of Sunset #C04D41

RGB

 RED value IS 192 (75.39% from 255) = 57.49%

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

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 57.49%
G = 23.05%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C04D41 (or 0xC04D41) is known color: Sunset. HEX triplet: C0, 4D and 41. RGB value is (192,77,65). Sum of RGB (Red+Green+Blue) = 192+77+65=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04D41 is #3FB2BE. Grayscale: #6E6E6E. Windows color (decimal): -4174527 or 4279744. OLE color: 4279744.

HSL color Cylindrical-coordinate representation of color #C04D41: hue angle of 5.67º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04D41 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 77 65 -
CMYK 0 0.60 0.66 0.25
HSL 5.67º 0.5% 0.5% -
HSV(B) 5.67º 0.66% 0.75% -
XYZ 25.35 16.9 6.93 -
YUV 110.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 192 77 65 0 0.60 0.66 0.25 5.67 0.5 0.5
Hex C0 4D 41 0 3C 42 19 6 32 32
Octal 300 115 101 0 74 102 31 6 62 62
Binary 11000000 1001101 1000001 0 111100 1000010 11001 110 110010 110010

Color Harmonies of #C04D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D41

Black with #C04D41

Text Example


Text Example

White with #C04D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D41; }

 p { color: rgb(192,77,65); }

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

background-color css

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

 a { background-color: rgb(192,77,65); }

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

border-color css

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

 span { border-color: rgb(192,77,65); }

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