Html Css Color HEX #C64946 Sunset

📋 copy color: '#C64946'

red 198 ◦ green 73 ◦ blue 70

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

Shades of Sunset #C64946

Tints of Sunset #C64946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

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

R = 58.06%
G = 21.41%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C64946 (or 0xC64946) is known color: Sunset. HEX triplet: C6, 49 and 46. RGB value is (198,73,70). Sum of RGB (Red+Green+Blue) = 198+73+70=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C64946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64946 is #39B6B9. Grayscale: #6E6E6E. Windows color (decimal): -3782330 or 4606406. OLE color: 4606406.

HSL color Cylindrical-coordinate representation of color #C64946: hue angle of 1.41º 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 #C64946 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 73 70 -
CMYK 0 0.63 0.65 0.22
HSL 1.41º 0.53% 0.53% -
HSV(B) 1.41º 0.65% 0.78% -
XYZ 26.78 17.21 7.71 -
YUV 110.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 198 73 70 0 0.63 0.65 0.22 1.41 0.53 0.53
Hex C6 49 46 0 3F 41 16 1 35 35
Octal 306 111 106 0 77 101 26 1 65 65
Binary 11000110 1001001 1000110 0 111111 1000001 10110 1 110101 110101

Color Harmonies of #C64946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64946

Black with #C64946

Text Example


Text Example

White with #C64946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64946; }

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

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

background-color css

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

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

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

border-color css

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

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

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