Html Css Color HEX #C0524C Sunset

📋 copy color: '#C0524C'

red 192 ◦ green 82 ◦ blue 76

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

Shades of Sunset #C0524C

Tints of Sunset #C0524C

RGB

 RED value IS 192 (75.39% from 255) = 54.86%

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

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

R = 54.86%
G = 23.43%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0524C (or 0xC0524C) is known color: Sunset. HEX triplet: C0, 52 and 4C. RGB value is (192,82,76). Sum of RGB (Red+Green+Blue) = 192+82+76=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0524C is #3FADB3. Grayscale: #727272. Windows color (decimal): -4173236 or 5001920. OLE color: 5001920.

HSL color Cylindrical-coordinate representation of color #C0524C: hue angle of 3.1º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0524C is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 76 -
CMYK 0 0.57 0.60 0.25
HSL 3.1º 0.48% 0.53% -
HSV(B) 3.1º 0.6% 0.75% -
XYZ 26.06 17.76 8.89 -
YUV 114.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 192 82 76 0 0.57 0.60 0.25 3.1 0.48 0.53
Hex C0 52 4C 0 39 3C 19 3 30 35
Octal 300 122 114 0 71 74 31 3 60 65
Binary 11000000 1010010 1001100 0 111001 111100 11001 11 110000 110101

Color Harmonies of #C0524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0524C

Black with #C0524C

Text Example


Text Example

White with #C0524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0524C; }

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

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

background-color css

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

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

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

border-color css

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

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

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