Html Css Color HEX #C94C42 Sunset

📋 copy color: '#C94C42'

red 201 ◦ green 76 ◦ blue 66

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

Shades of Sunset #C94C42

Tints of Sunset #C94C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.16%

 BLUE value IS 66 (26.17% from 255) = 19.24%

R = 58.6%
G = 22.16%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C94C42 (or 0xC94C42) is known color: Sunset. HEX triplet: C9, 4C and 42. RGB value is (201,76,66). Sum of RGB (Red+Green+Blue) = 201+76+66=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94C42 is #36B3BD. Grayscale: #707070. Windows color (decimal): -3584958 or 4345033. OLE color: 4345033.

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

Color convert

RGB 201 76 66 -
CMYK 0 0.62 0.67 0.21
HSL 4.44º 0.56% 0.52% -
HSV(B) 4.44º 0.67% 0.79% -
XYZ 27.66 17.98 7.17 -
YUV 112.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 201 76 66 0 0.62 0.67 0.21 4.44 0.56 0.52
Hex C9 4C 42 0 3E 43 15 4 38 34
Octal 311 114 102 0 76 103 25 4 70 64
Binary 11001001 1001100 1000010 0 111110 1000011 10101 100 111000 110100

Color Harmonies of #C94C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C42

Black with #C94C42

Text Example


Text Example

White with #C94C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C42; }

 p { color: rgb(201,76,66); }

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

background-color css

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

 a { background-color: rgb(201,76,66); }

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

border-color css

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

 span { border-color: rgb(201,76,66); }

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