Html Css Color HEX #C05045 Sunset

📋 copy color: '#C05045'

red 192 ◦ green 80 ◦ blue 69

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

Shades of Sunset #C05045

Tints of Sunset #C05045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 56.3%
G = 23.46%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C05045 (or 0xC05045) is known color: Sunset. HEX triplet: C0, 50 and 45. RGB value is (192,80,69). Sum of RGB (Red+Green+Blue) = 192+80+69=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C05045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05045 is #3FAFBA. Grayscale: #707070. Windows color (decimal): -4173755 or 4542656. OLE color: 4542656.

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

Color convert

RGB 192 80 69 -
CMYK 0 0.58 0.64 0.25
HSL 5.37º 0.49% 0.51% -
HSV(B) 5.37º 0.64% 0.75% -
XYZ 25.68 17.37 7.63 -
YUV 112.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 192 80 69 0 0.58 0.64 0.25 5.37 0.49 0.51
Hex C0 50 45 0 3A 40 19 5 31 33
Octal 300 120 105 0 72 100 31 5 61 63
Binary 11000000 1010000 1000101 0 111010 1000000 11001 101 110001 110011

Color Harmonies of #C05045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05045

Black with #C05045

Text Example


Text Example

White with #C05045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05045; }

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

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

background-color css

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

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

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

border-color css

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

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

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