Html Css Color HEX #C95349 Sunset

📋 copy color: '#C95349'

red 201 ◦ green 83 ◦ blue 73

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

Shades of Sunset #C95349

Tints of Sunset #C95349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.45%

R = 56.3%
G = 23.25%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C95349 (or 0xC95349) is known color: Sunset. HEX triplet: C9, 53 and 49. RGB value is (201,83,73). Sum of RGB (Red+Green+Blue) = 201+83+73=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C95349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95349 is #36ACB6. Grayscale: #757575. Windows color (decimal): -3583159 or 4805577. OLE color: 4805577.

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

Color convert

RGB 201 83 73 -
CMYK 0 0.59 0.64 0.21
HSL 4.69º 0.54% 0.54% -
HSV(B) 4.69º 0.64% 0.79% -
XYZ 28.38 19.09 8.49 -
YUV 117.14 103.09 187.81 -
System Red Green Blue C M Y K H S L
Decimal 201 83 73 0 0.59 0.64 0.21 4.69 0.54 0.54
Hex C9 53 49 0 3B 40 15 5 36 36
Octal 311 123 111 0 73 100 25 5 66 66
Binary 11001001 1010011 1001001 0 111011 1000000 10101 101 110110 110110

Color Harmonies of #C95349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95349

Black with #C95349

Text Example


Text Example

White with #C95349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95349; }

 p { color: rgb(201,83,73); }

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

background-color css

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

 a { background-color: rgb(201,83,73); }

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

border-color css

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

 span { border-color: rgb(201,83,73); }

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