Html Css Color HEX #C05042 Sunset

📋 copy color: '#C05042'

red 192 ◦ green 80 ◦ blue 66

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

Shades of Sunset #C05042

Tints of Sunset #C05042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

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

R = 56.8%
G = 23.67%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C05042 (or 0xC05042) is known color: Sunset. HEX triplet: C0, 50 and 42. RGB value is (192,80,66). Sum of RGB (Red+Green+Blue) = 192+80+66=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C05042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05042 is #3FAFBD. Grayscale: #707070. Windows color (decimal): -4173758 or 4346048. OLE color: 4346048.

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

Color convert

RGB 192 80 66 -
CMYK 0 0.58 0.66 0.25
HSL 6.67º 0.5% 0.51% -
HSV(B) 6.67º 0.66% 0.75% -
XYZ 25.59 17.34 7.15 -
YUV 111.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 192 80 66 0 0.58 0.66 0.25 6.67 0.5 0.51
Hex C0 50 42 0 3A 42 19 7 32 33
Octal 300 120 102 0 72 102 31 7 62 63
Binary 11000000 1010000 1000010 0 111010 1000010 11001 111 110010 110011

Color Harmonies of #C05042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05042

Black with #C05042

Text Example


Text Example

White with #C05042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05042; }

 p { color: rgb(192,80,66); }

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

background-color css

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

 a { background-color: rgb(192,80,66); }

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

border-color css

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

 span { border-color: rgb(192,80,66); }

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