Html Css Color HEX #C6514B Sunset

📋 copy color: '#C6514B'

red 198 ◦ green 81 ◦ blue 75

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

Shades of Sunset #C6514B

Tints of Sunset #C6514B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

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

R = 55.93%
G = 22.88%
B = 21.19%

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

#C6514B (or 0xC6514B) is known color: Sunset. HEX triplet: C6, 51 and 4B. RGB value is (198,81,75). Sum of RGB (Red+Green+Blue) = 198+81+75=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6514B is #39AEB4. Grayscale: #737373. Windows color (decimal): -3780277 or 4936134. OLE color: 4936134.

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

Color convert

RGB 198 81 75 -
CMYK 0 0.59 0.62 0.22
HSL 2.93º 0.52% 0.54% -
HSV(B) 2.93º 0.62% 0.78% -
XYZ 27.5 18.4 8.76 -
YUV 115.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 198 81 75 0 0.59 0.62 0.22 2.93 0.52 0.54
Hex C6 51 4B 0 3B 3E 16 3 34 36
Octal 306 121 113 0 73 76 26 3 64 66
Binary 11000110 1010001 1001011 0 111011 111110 10110 11 110100 110110

Color Harmonies of #C6514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6514B

Black with #C6514B

Text Example


Text Example

White with #C6514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6514B; }

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

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

background-color css

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

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

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

border-color css

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

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

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