Html Css Color HEX #C94B40 Sunset

📋 copy color: '#C94B40'

red 201 ◦ green 75 ◦ blue 64

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

Shades of Sunset #C94B40

Tints of Sunset #C94B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.06%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 59.12%
G = 22.06%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C94B40 (or 0xC94B40) is known color: Sunset. HEX triplet: C9, 4B and 40. RGB value is (201,75,64). Sum of RGB (Red+Green+Blue) = 201+75+64=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94B40 is #36B4BF. Grayscale: #6F6F6F. Windows color (decimal): -3585216 or 4213705. OLE color: 4213705.

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

Color convert

RGB 201 75 64 -
CMYK 0 0.63 0.68 0.21
HSL 4.82º 0.56% 0.52% -
HSV(B) 4.82º 0.68% 0.79% -
XYZ 27.53 17.82 6.84 -
YUV 111.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 201 75 64 0 0.63 0.68 0.21 4.82 0.56 0.52
Hex C9 4B 40 0 3F 44 15 5 38 34
Octal 311 113 100 0 77 104 25 5 70 64
Binary 11001001 1001011 1000000 0 111111 1000100 10101 101 111000 110100

Color Harmonies of #C94B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94B40

Black with #C94B40

Text Example


Text Example

White with #C94B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94B40; }

 p { color: rgb(201,75,64); }

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

background-color css

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

 a { background-color: rgb(201,75,64); }

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

border-color css

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

 span { border-color: rgb(201,75,64); }

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