Html Css Color HEX #C64F45 Sunset

📋 copy color: '#C64F45'

red 198 ◦ green 79 ◦ blue 69

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

Shades of Sunset #C64F45

Tints of Sunset #C64F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 57.23%
G = 22.83%
B = 19.94%

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

#C64F45 (or 0xC64F45) is known color: Sunset. HEX triplet: C6, 4F and 45. RGB value is (198,79,69). Sum of RGB (Red+Green+Blue) = 198+79+69=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64F45 is #39B0BA. Grayscale: #717171. Windows color (decimal): -3780795 or 4542406. OLE color: 4542406.

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

Color convert

RGB 198 79 69 -
CMYK 0 0.60 0.65 0.22
HSL 4.65º 0.53% 0.52% -
HSV(B) 4.65º 0.65% 0.78% -
XYZ 27.16 18.03 7.68 -
YUV 113.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 198 79 69 0 0.60 0.65 0.22 4.65 0.53 0.52
Hex C6 4F 45 0 3C 41 16 5 35 34
Octal 306 117 105 0 74 101 26 5 65 64
Binary 11000110 1001111 1000101 0 111100 1000001 10110 101 110101 110100

Color Harmonies of #C64F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F45

Black with #C64F45

Text Example


Text Example

White with #C64F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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