Html Css Color HEX #C75045 Sunset

📋 copy color: '#C75045'

red 199 ◦ green 80 ◦ blue 69

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

Shades of Sunset #C75045

Tints of Sunset #C75045

RGB

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

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

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

R = 57.18%
G = 22.99%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C75045 (or 0xC75045) is known color: Sunset. HEX triplet: C7, 50 and 45. RGB value is (199,80,69). Sum of RGB (Red+Green+Blue) = 199+80+69=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C75045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75045 is #38AFBA. Grayscale: #727272. Windows color (decimal): -3715003 or 4542663. OLE color: 4542663.

HSL color Cylindrical-coordinate representation of color #C75045: hue angle of 5.08º 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 #C75045 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 80 69 -
CMYK 0 0.60 0.65 0.22
HSL 5.08º 0.54% 0.53% -
HSV(B) 5.08º 0.65% 0.78% -
XYZ 27.5 18.31 7.72 -
YUV 114.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 199 80 69 0 0.60 0.65 0.22 5.08 0.54 0.53
Hex C7 50 45 0 3C 41 16 5 36 35
Octal 307 120 105 0 74 101 26 5 66 65
Binary 11000111 1010000 1000101 0 111100 1000001 10110 101 110110 110101

Color Harmonies of #C75045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75045

Black with #C75045

Text Example


Text Example

White with #C75045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75045; }

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

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

background-color css

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

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

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

border-color css

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

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

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