Html Css Color HEX #C4524F Sunset

📋 copy color: '#C4524F'

red 196 ◦ green 82 ◦ blue 79

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

Shades of Sunset #C4524F

Tints of Sunset #C4524F

RGB

 RED value IS 196 (76.95% from 255) = 54.9%

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

 BLUE value IS 79 (31.25% from 255) = 22.13%

R = 54.9%
G = 22.97%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4524F (or 0xC4524F) is known color: Sunset. HEX triplet: C4, 52 and 4F. RGB value is (196,82,79). Sum of RGB (Red+Green+Blue) = 196+82+79=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4524F is #3BADB0. Grayscale: #737373. Windows color (decimal): -3911089 or 5198532. OLE color: 5198532.

HSL color Cylindrical-coordinate representation of color #C4524F: hue angle of 1.54º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4524F is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 82 79 -
CMYK 0 0.58 0.60 0.23
HSL 1.54º 0.5% 0.54% -
HSV(B) 1.54º 0.6% 0.77% -
XYZ 27.19 18.33 9.5 -
YUV 115.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 196 82 79 0 0.58 0.60 0.23 1.54 0.5 0.54
Hex C4 52 4F 0 3A 3C 17 2 32 36
Octal 304 122 117 0 72 74 27 2 62 66
Binary 11000100 1010010 1001111 0 111010 111100 10111 10 110010 110110

Color Harmonies of #C4524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4524F

Black with #C4524F

Text Example


Text Example

White with #C4524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4524F; }

 p { color: rgb(196,82,79); }

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

background-color css

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

 a { background-color: rgb(196,82,79); }

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

border-color css

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

 span { border-color: rgb(196,82,79); }

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