Html Css Color HEX #C94746 Sunset

📋 copy color: '#C94746'

red 201 ◦ green 71 ◦ blue 70

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

Shades of Sunset #C94746

Tints of Sunset #C94746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.76%

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 58.77%
G = 20.76%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C94746 (or 0xC94746) is known color: Sunset. HEX triplet: C9, 47 and 46. RGB value is (201,71,70). Sum of RGB (Red+Green+Blue) = 201+71+70=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C94746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94746 is #36B8B9. Grayscale: #6D6D6D. Windows color (decimal): -3586234 or 4605897. OLE color: 4605897.

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

Color convert

RGB 201 71 70 -
CMYK 0 0.65 0.65 0.21
HSL 0.46º 0.55% 0.53% -
HSV(B) 0.46º 0.65% 0.79% -
XYZ 27.45 17.37 7.7 -
YUV 109.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 201 71 70 0 0.65 0.65 0.21 0.46 0.55 0.53
Hex C9 47 46 0 41 41 15 0 37 35
Octal 311 107 106 0 101 101 25 0 67 65
Binary 11001001 1000111 1000110 0 1000001 1000001 10101 0 110111 110101

Color Harmonies of #C94746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94746

Black with #C94746

Text Example


Text Example

White with #C94746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94746; }

 p { color: rgb(201,71,70); }

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

background-color css

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

 a { background-color: rgb(201,71,70); }

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

border-color css

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

 span { border-color: rgb(201,71,70); }

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