Html Css Color HEX #C6524B Sunset

📋 copy color: '#C6524B'

red 198 ◦ green 82 ◦ blue 75

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

Shades of Sunset #C6524B

Tints of Sunset #C6524B

RGB

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

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

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

R = 55.77%
G = 23.1%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6524B (or 0xC6524B) is known color: Sunset. HEX triplet: C6, 52 and 4B. RGB value is (198,82,75). Sum of RGB (Red+Green+Blue) = 198+82+75=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6524B is #39ADB4. Grayscale: #747474. Windows color (decimal): -3780021 or 4936390. OLE color: 4936390.

HSL color Cylindrical-coordinate representation of color #C6524B: hue angle of 3.41º 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 #C6524B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 82 75 -
CMYK 0 0.59 0.62 0.22
HSL 3.41º 0.52% 0.54% -
HSV(B) 3.41º 0.62% 0.78% -
XYZ 27.58 18.55 8.78 -
YUV 115.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 198 82 75 0 0.59 0.62 0.22 3.41 0.52 0.54
Hex C6 52 4B 0 3B 3E 16 3 34 36
Octal 306 122 113 0 73 76 26 3 64 66
Binary 11000110 1010010 1001011 0 111011 111110 10110 11 110100 110110

Color Harmonies of #C6524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6524B

Black with #C6524B

Text Example


Text Example

White with #C6524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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