Html Css Color HEX #C6534B Sunset

📋 copy color: '#C6534B'

red 198 ◦ green 83 ◦ blue 75

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

Shades of Sunset #C6534B

Tints of Sunset #C6534B

RGB

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

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

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

R = 55.62%
G = 23.31%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6534B (or 0xC6534B) is known color: Sunset. HEX triplet: C6, 53 and 4B. RGB value is (198,83,75). Sum of RGB (Red+Green+Blue) = 198+83+75=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6534B is #39ACB4. Grayscale: #747474. Windows color (decimal): -3779765 or 4936646. OLE color: 4936646.

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

Color convert

RGB 198 83 75 -
CMYK 0 0.58 0.62 0.22
HSL 3.9º 0.52% 0.54% -
HSV(B) 3.9º 0.62% 0.78% -
XYZ 27.65 18.7 8.81 -
YUV 116.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 198 83 75 0 0.58 0.62 0.22 3.9 0.52 0.54
Hex C6 53 4B 0 3A 3E 16 4 34 36
Octal 306 123 113 0 72 76 26 4 64 66
Binary 11000110 1010011 1001011 0 111010 111110 10110 100 110100 110110

Color Harmonies of #C6534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6534B

Black with #C6534B

Text Example


Text Example

White with #C6534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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