Html Css Color HEX #C04F48 Sunset

📋 copy color: '#C04F48'

red 192 ◦ green 79 ◦ blue 72

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

Shades of Sunset #C04F48

Tints of Sunset #C04F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.99%

R = 55.98%
G = 23.03%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C04F48 (or 0xC04F48) is known color: Sunset. HEX triplet: C0, 4F and 48. RGB value is (192,79,72). Sum of RGB (Red+Green+Blue) = 192+79+72=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04F48 is #3FB0B7. Grayscale: #707070. Windows color (decimal): -4174008 or 4739008. OLE color: 4739008.

HSL color Cylindrical-coordinate representation of color #C04F48: hue angle of 3.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04F48 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 79 72 -
CMYK 0 0.59 0.63 0.25
HSL 3.5º 0.49% 0.52% -
HSV(B) 3.5º 0.63% 0.75% -
XYZ 25.7 17.27 8.11 -
YUV 111.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 192 79 72 0 0.59 0.63 0.25 3.5 0.49 0.52
Hex C0 4F 48 0 3B 3F 19 4 31 34
Octal 300 117 110 0 73 77 31 4 61 64
Binary 11000000 1001111 1001000 0 111011 111111 11001 100 110001 110100

Color Harmonies of #C04F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F48

Black with #C04F48

Text Example


Text Example

White with #C04F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F48; }

 p { color: rgb(192,79,72); }

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

background-color css

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

 a { background-color: rgb(192,79,72); }

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

border-color css

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

 span { border-color: rgb(192,79,72); }

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