Html Css Color HEX #C94E4D Sunset

📋 copy color: '#C94E4D'

red 201 ◦ green 78 ◦ blue 77

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

Shades of Sunset #C94E4D

Tints of Sunset #C94E4D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.91%

 BLUE value IS 77 (30.47% from 255) = 21.63%

R = 56.46%
G = 21.91%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C94E4D (or 0xC94E4D) is known color: Sunset. HEX triplet: C9, 4E and 4D. RGB value is (201,78,77). Sum of RGB (Red+Green+Blue) = 201+78+77=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94E4D is #36B1B2. Grayscale: #727272. Windows color (decimal): -3584435 or 5066441. OLE color: 5066441.

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

Color convert

RGB 201 78 77 -
CMYK 0 0.61 0.62 0.21
HSL 0.48º 0.53% 0.55% -
HSV(B) 0.48º 0.62% 0.79% -
XYZ 28.15 18.4 9.09 -
YUV 114.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 201 78 77 0 0.61 0.62 0.21 0.48 0.53 0.55
Hex C9 4E 4D 0 3D 3E 15 0 35 37
Octal 311 116 115 0 75 76 25 0 65 67
Binary 11001001 1001110 1001101 0 111101 111110 10101 0 110101 110111

Color Harmonies of #C94E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E4D

Black with #C94E4D

Text Example


Text Example

White with #C94E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E4D; }

 p { color: rgb(201,78,77); }

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

background-color css

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

 a { background-color: rgb(201,78,77); }

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

border-color css

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

 span { border-color: rgb(201,78,77); }

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