Html Css Color HEX #C6504E Sunset

📋 copy color: '#C6504E'

red 198 ◦ green 80 ◦ blue 78

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

Shades of Sunset #C6504E

Tints of Sunset #C6504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.91%

R = 55.62%
G = 22.47%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6504E (or 0xC6504E) is known color: Sunset. HEX triplet: C6, 50 and 4E. RGB value is (198,80,78). Sum of RGB (Red+Green+Blue) = 198+80+78=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6504E is #39AFB1. Grayscale: #737373. Windows color (decimal): -3780530 or 5132486. OLE color: 5132486.

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

Color convert

RGB 198 80 78 -
CMYK 0 0.60 0.61 0.22
HSL 0.51% 0.54% -
HSV(B) 0.61% 0.78% -
XYZ 27.53 18.29 9.29 -
YUV 115.05 107.09 187.16 -
System Red Green Blue C M Y K H S L
Decimal 198 80 78 0 0.60 0.61 0.22 1 0.51 0.54
Hex C6 50 4E 0 3C 3D 16 1 33 36
Octal 306 120 116 0 74 75 26 1 63 66
Binary 11000110 1010000 1001110 0 111100 111101 10110 1 110011 110110

Color Harmonies of #C6504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6504E

Black with #C6504E

Text Example


Text Example

White with #C6504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6504E; }

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

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

background-color css

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

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

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

border-color css

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

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

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