Html Css Color HEX #C6524C Sunset

📋 copy color: '#C6524C'

red 198 ◦ green 82 ◦ blue 76

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

Shades of Sunset #C6524C

Tints of Sunset #C6524C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.03%

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

R = 55.62%
G = 23.03%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6524C (or 0xC6524C) is known color: Sunset. HEX triplet: C6, 52 and 4C. RGB value is (198,82,76). Sum of RGB (Red+Green+Blue) = 198+82+76=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6524C is #39ADB3. Grayscale: #747474. Windows color (decimal): -3780020 or 5001926. OLE color: 5001926.

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

Color convert

RGB 198 82 76 -
CMYK 0 0.59 0.62 0.22
HSL 2.95º 0.52% 0.54% -
HSV(B) 2.95º 0.62% 0.78% -
XYZ 27.61 18.56 8.97 -
YUV 116 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 198 82 76 0 0.59 0.62 0.22 2.95 0.52 0.54
Hex C6 52 4C 0 3B 3E 16 3 34 36
Octal 306 122 114 0 73 76 26 3 64 66
Binary 11000110 1010010 1001100 0 111011 111110 10110 11 110100 110110

Color Harmonies of #C6524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6524C

Black with #C6524C

Text Example


Text Example

White with #C6524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6524C; }

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

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

background-color css

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

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

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

border-color css

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

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

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