Html Css Color HEX #C64F46 Sunset

📋 copy color: '#C64F46'

red 198 ◦ green 79 ◦ blue 70

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

Shades of Sunset #C64F46

Tints of Sunset #C64F46

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.77%

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

R = 57.06%
G = 22.77%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C64F46 (or 0xC64F46) is known color: Sunset. HEX triplet: C6, 4F and 46. RGB value is (198,79,70). Sum of RGB (Red+Green+Blue) = 198+79+70=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64F46 is #39B0B9. Grayscale: #717171. Windows color (decimal): -3780794 or 4607942. OLE color: 4607942.

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

Color convert

RGB 198 79 70 -
CMYK 0 0.60 0.65 0.22
HSL 4.22º 0.53% 0.53% -
HSV(B) 4.22º 0.65% 0.78% -
XYZ 27.19 18.04 7.84 -
YUV 113.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 198 79 70 0 0.60 0.65 0.22 4.22 0.53 0.53
Hex C6 4F 46 0 3C 41 16 4 35 35
Octal 306 117 106 0 74 101 26 4 65 65
Binary 11000110 1001111 1000110 0 111100 1000001 10110 100 110101 110101

Color Harmonies of #C64F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F46

Black with #C64F46

Text Example


Text Example

White with #C64F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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