Html Css Color HEX #C65049 Sunset

📋 copy color: '#C65049'

red 198 ◦ green 80 ◦ blue 73

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

Shades of Sunset #C65049

Tints of Sunset #C65049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.8%

R = 56.41%
G = 22.79%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C65049 (or 0xC65049) is known color: Sunset. HEX triplet: C6, 50 and 49. RGB value is (198,80,73). Sum of RGB (Red+Green+Blue) = 198+80+73=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C65049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65049 is #39AFB6. Grayscale: #727272. Windows color (decimal): -3780535 or 4804806. OLE color: 4804806.

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

Color convert

RGB 198 80 73 -
CMYK 0 0.60 0.63 0.22
HSL 3.36º 0.52% 0.53% -
HSV(B) 3.36º 0.63% 0.78% -
XYZ 27.36 18.22 8.38 -
YUV 114.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 198 80 73 0 0.60 0.63 0.22 3.36 0.52 0.53
Hex C6 50 49 0 3C 3F 16 3 34 35
Octal 306 120 111 0 74 77 26 3 64 65
Binary 11000110 1010000 1001001 0 111100 111111 10110 11 110100 110101

Color Harmonies of #C65049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65049

Black with #C65049

Text Example


Text Example

White with #C65049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65049; }

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

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

background-color css

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

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

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

border-color css

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

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

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