Html Css Color HEX #C6504C Sunset

📋 copy color: '#C6504C'

red 198 ◦ green 80 ◦ blue 76

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

Shades of Sunset #C6504C

Tints of Sunset #C6504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 55.93%
G = 22.6%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6504C (or 0xC6504C) is known color: Sunset. HEX triplet: C6, 50 and 4C. RGB value is (198,80,76). Sum of RGB (Red+Green+Blue) = 198+80+76=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6504C is #39AFB3. Grayscale: #727272. Windows color (decimal): -3780532 or 5001414. OLE color: 5001414.

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

Color convert

RGB 198 80 76 -
CMYK 0 0.60 0.62 0.22
HSL 1.97º 0.52% 0.54% -
HSV(B) 1.97º 0.62% 0.78% -
XYZ 27.46 18.26 8.92 -
YUV 114.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 198 80 76 0 0.60 0.62 0.22 1.97 0.52 0.54
Hex C6 50 4C 0 3C 3E 16 2 34 36
Octal 306 120 114 0 74 76 26 2 64 66
Binary 11000110 1010000 1001100 0 111100 111110 10110 10 110100 110110

Color Harmonies of #C6504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6504C

Black with #C6504C

Text Example


Text Example

White with #C6504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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