Html Css Color HEX #C6534A Sunset

📋 copy color: '#C6534A'

red 198 ◦ green 83 ◦ blue 74

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

Shades of Sunset #C6534A

Tints of Sunset #C6534A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.85%

R = 55.77%
G = 23.38%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6534A (or 0xC6534A) is known color: Sunset. HEX triplet: C6, 53 and 4A. RGB value is (198,83,74). Sum of RGB (Red+Green+Blue) = 198+83+74=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6534A is #39ACB5. Grayscale: #747474. Windows color (decimal): -3779766 or 4871110. OLE color: 4871110.

HSL color Cylindrical-coordinate representation of color #C6534A: hue angle of 4.35º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6534A is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 83 74 -
CMYK 0 0.58 0.63 0.22
HSL 4.35º 0.52% 0.53% -
HSV(B) 4.35º 0.63% 0.78% -
XYZ 27.62 18.69 8.63 -
YUV 116.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 198 83 74 0 0.58 0.63 0.22 4.35 0.52 0.53
Hex C6 53 4A 0 3A 3F 16 4 34 35
Octal 306 123 112 0 72 77 26 4 64 65
Binary 11000110 1010011 1001010 0 111010 111111 10110 100 110100 110101

Color Harmonies of #C6534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6534A

Black with #C6534A

Text Example


Text Example

White with #C6534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6534A; }

 p { color: rgb(198,83,74); }

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

background-color css

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

 a { background-color: rgb(198,83,74); }

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

border-color css

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

 span { border-color: rgb(198,83,74); }

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