Html Css Color HEX #C65045 Sunset

📋 copy color: '#C65045'

red 198 ◦ green 80 ◦ blue 69

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

Shades of Sunset #C65045

Tints of Sunset #C65045

RGB

 RED value IS 198 (77.73% from 255) = 57.06%

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

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

R = 57.06%
G = 23.05%
B = 19.88%

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

#C65045 (or 0xC65045) is known color: Sunset. HEX triplet: C6, 50 and 45. RGB value is (198,80,69). Sum of RGB (Red+Green+Blue) = 198+80+69=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C65045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65045 is #39AFBA. Grayscale: #727272. Windows color (decimal): -3780539 or 4542662. OLE color: 4542662.

HSL color Cylindrical-coordinate representation of color #C65045: hue angle of 5.12º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C65045 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 69 -
CMYK 0 0.60 0.65 0.22
HSL 5.12º 0.53% 0.52% -
HSV(B) 5.12º 0.65% 0.78% -
XYZ 27.23 18.17 7.7 -
YUV 114.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 198 80 69 0 0.60 0.65 0.22 5.12 0.53 0.52
Hex C6 50 45 0 3C 41 16 5 35 34
Octal 306 120 105 0 74 101 26 5 65 64
Binary 11000110 1010000 1000101 0 111100 1000001 10110 101 110101 110100

Color Harmonies of #C65045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65045

Black with #C65045

Text Example


Text Example

White with #C65045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65045; }

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

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

background-color css

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

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

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

border-color css

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

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

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