Html Css Color HEX #C94845 Sunset

📋 copy color: '#C94845'

red 201 ◦ green 72 ◦ blue 69

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

Shades of Sunset #C94845

Tints of Sunset #C94845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

 BLUE value IS 69 (27.34% from 255) = 20.18%

R = 58.77%
G = 21.05%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C94845 (or 0xC94845) is known color: Sunset. HEX triplet: C9, 48 and 45. RGB value is (201,72,69). Sum of RGB (Red+Green+Blue) = 201+72+69=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C94845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94845 is #36B7BA. Grayscale: #6E6E6E. Windows color (decimal): -3585979 or 4540617. OLE color: 4540617.

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

Color convert

RGB 201 72 69 -
CMYK 0 0.64 0.66 0.21
HSL 1.36º 0.55% 0.53% -
HSV(B) 1.36º 0.66% 0.79% -
XYZ 27.48 17.48 7.56 -
YUV 110.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 201 72 69 0 0.64 0.66 0.21 1.36 0.55 0.53
Hex C9 48 45 0 40 42 15 1 37 35
Octal 311 110 105 0 100 102 25 1 67 65
Binary 11001001 1001000 1000101 0 1000000 1000010 10101 1 110111 110101

Color Harmonies of #C94845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94845

Black with #C94845

Text Example


Text Example

White with #C94845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94845; }

 p { color: rgb(201,72,69); }

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

background-color css

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

 a { background-color: rgb(201,72,69); }

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

border-color css

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

 span { border-color: rgb(201,72,69); }

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