Html Css Color HEX #C64E46 Sunset

📋 copy color: '#C64E46'

red 198 ◦ green 78 ◦ blue 70

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

Shades of Sunset #C64E46

Tints of Sunset #C64E46

RGB

 RED value IS 198 (77.73% from 255) = 57.23%

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

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

R = 57.23%
G = 22.54%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C64E46 (or 0xC64E46) is known color: Sunset. HEX triplet: C6, 4E and 46. RGB value is (198,78,70). Sum of RGB (Red+Green+Blue) = 198+78+70=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64E46 is #39B1B9. Grayscale: #717171. Windows color (decimal): -3781050 or 4607686. OLE color: 4607686.

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

Color convert

RGB 198 78 70 -
CMYK 0 0.61 0.65 0.22
HSL 3.75º 0.53% 0.53% -
HSV(B) 3.75º 0.65% 0.78% -
XYZ 27.12 17.9 7.82 -
YUV 112.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 198 78 70 0 0.61 0.65 0.22 3.75 0.53 0.53
Hex C6 4E 46 0 3D 41 16 4 35 35
Octal 306 116 106 0 75 101 26 4 65 65
Binary 11000110 1001110 1000110 0 111101 1000001 10110 100 110101 110101

Color Harmonies of #C64E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64E46

Black with #C64E46

Text Example


Text Example

White with #C64E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64E46; }

 p { color: rgb(198,78,70); }

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

background-color css

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

 a { background-color: rgb(198,78,70); }

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

border-color css

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

 span { border-color: rgb(198,78,70); }

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