Html Css Color HEX #C9514B Sunset

📋 copy color: '#C9514B'

red 201 ◦ green 81 ◦ blue 75

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

Shades of Sunset #C9514B

Tints of Sunset #C9514B

RGB

 RED value IS 201 (78.91% from 255) = 56.3%

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

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

R = 56.3%
G = 22.69%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9514B (or 0xC9514B) is known color: Sunset. HEX triplet: C9, 51 and 4B. RGB value is (201,81,75). Sum of RGB (Red+Green+Blue) = 201+81+75=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9514B is #36AEB4. Grayscale: #747474. Windows color (decimal): -3583669 or 4936137. OLE color: 4936137.

HSL color Cylindrical-coordinate representation of color #C9514B: hue angle of 2.86º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9514B is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 75 -
CMYK 0 0.60 0.63 0.21
HSL 2.86º 0.54% 0.54% -
HSV(B) 2.86º 0.63% 0.79% -
XYZ 28.3 18.81 8.8 -
YUV 116.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 201 81 75 0 0.60 0.63 0.21 2.86 0.54 0.54
Hex C9 51 4B 0 3C 3F 15 3 36 36
Octal 311 121 113 0 74 77 25 3 66 66
Binary 11001001 1010001 1001011 0 111100 111111 10101 11 110110 110110

Color Harmonies of #C9514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9514B

Black with #C9514B

Text Example


Text Example

White with #C9514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9514B; }

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

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

background-color css

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

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

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

border-color css

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

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

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