Html Css Color HEX #C4534B Sunset

📋 copy color: '#C4534B'

red 196 ◦ green 83 ◦ blue 75

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

Shades of Sunset #C4534B

Tints of Sunset #C4534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.19%

R = 55.37%
G = 23.45%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4534B (or 0xC4534B) is known color: Sunset. HEX triplet: C4, 53 and 4B. RGB value is (196,83,75). Sum of RGB (Red+Green+Blue) = 196+83+75=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4534B is #3BACB4. Grayscale: #747474. Windows color (decimal): -3910837 or 4936644. OLE color: 4936644.

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

Color convert

RGB 196 83 75 -
CMYK 0 0.58 0.62 0.23
HSL 3.97º 0.51% 0.53% -
HSV(B) 3.97º 0.62% 0.77% -
XYZ 27.13 18.43 8.78 -
YUV 115.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 196 83 75 0 0.58 0.62 0.23 3.97 0.51 0.53
Hex C4 53 4B 0 3A 3E 17 4 33 35
Octal 304 123 113 0 72 76 27 4 63 65
Binary 11000100 1010011 1001011 0 111010 111110 10111 100 110011 110101

Color Harmonies of #C4534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4534B

Black with #C4534B

Text Example


Text Example

White with #C4534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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