Html Css Color HEX #C94F4D Sunset

📋 copy color: '#C94F4D'

red 201 ◦ green 79 ◦ blue 77

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

Shades of Sunset #C94F4D

Tints of Sunset #C94F4D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.13%

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

R = 56.3%
G = 22.13%
B = 21.57%

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

#C94F4D (or 0xC94F4D) is known color: Sunset. HEX triplet: C9, 4F and 4D. RGB value is (201,79,77). Sum of RGB (Red+Green+Blue) = 201+79+77=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94F4D is #36B0B2. Grayscale: #737373. Windows color (decimal): -3584179 or 5066697. OLE color: 5066697.

HSL color Cylindrical-coordinate representation of color #C94F4D: hue angle of 0.97º 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 #C94F4D is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 79 77 -
CMYK 0 0.61 0.62 0.21
HSL 0.97º 0.53% 0.55% -
HSV(B) 0.97º 0.62% 0.79% -
XYZ 28.22 18.55 9.11 -
YUV 115.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 201 79 77 0 0.61 0.62 0.21 0.97 0.53 0.55
Hex C9 4F 4D 0 3D 3E 15 1 35 37
Octal 311 117 115 0 75 76 25 1 65 67
Binary 11001001 1001111 1001101 0 111101 111110 10101 1 110101 110111

Color Harmonies of #C94F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94F4D

Black with #C94F4D

Text Example


Text Example

White with #C94F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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