Html Css Color HEX #C64D46 Sunset

📋 copy color: '#C64D46'

red 198 ◦ green 77 ◦ blue 70

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

Shades of Sunset #C64D46

Tints of Sunset #C64D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.32%

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

R = 57.39%
G = 22.32%
B = 20.29%

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

#C64D46 (or 0xC64D46) is known color: Sunset. HEX triplet: C6, 4D and 46. RGB value is (198,77,70). Sum of RGB (Red+Green+Blue) = 198+77+70=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64D46 is #39B2B9. Grayscale: #707070. Windows color (decimal): -3781306 or 4607430. OLE color: 4607430.

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

Color convert

RGB 198 77 70 -
CMYK 0 0.61 0.65 0.22
HSL 3.28º 0.53% 0.53% -
HSV(B) 3.28º 0.65% 0.78% -
XYZ 27.05 17.76 7.8 -
YUV 112.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 198 77 70 0 0.61 0.65 0.22 3.28 0.53 0.53
Hex C6 4D 46 0 3D 41 16 3 35 35
Octal 306 115 106 0 75 101 26 3 65 65
Binary 11000110 1001101 1000110 0 111101 1000001 10110 11 110101 110101

Color Harmonies of #C64D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D46

Black with #C64D46

Text Example


Text Example

White with #C64D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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