Html Css Color HEX #C4534D Sunset

📋 copy color: '#C4534D'

red 196 ◦ green 83 ◦ blue 77

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

Shades of Sunset #C4534D

Tints of Sunset #C4534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.31%

 BLUE value IS 77 (30.47% from 255) = 21.63%

R = 55.06%
G = 23.31%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4534D (or 0xC4534D) is known color: Sunset. HEX triplet: C4, 53 and 4D. RGB value is (196,83,77). Sum of RGB (Red+Green+Blue) = 196+83+77=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4534D is #3BACB2. Grayscale: #747474. Windows color (decimal): -3910835 or 5067716. OLE color: 5067716.

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

Color convert

RGB 196 83 77 -
CMYK 0 0.58 0.61 0.23
HSL 3.03º 0.5% 0.54% -
HSV(B) 3.03º 0.61% 0.77% -
XYZ 27.2 18.46 9.15 -
YUV 116.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 196 83 77 0 0.58 0.61 0.23 3.03 0.5 0.54
Hex C4 53 4D 0 3A 3D 17 3 32 36
Octal 304 123 115 0 72 75 27 3 62 66
Binary 11000100 1010011 1001101 0 111010 111101 10111 11 110010 110110

Color Harmonies of #C4534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4534D

Black with #C4534D

Text Example


Text Example

White with #C4534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4534D; }

 p { color: rgb(196,83,77); }

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

background-color css

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

 a { background-color: rgb(196,83,77); }

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

border-color css

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

 span { border-color: rgb(196,83,77); }

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