Html Css Color HEX #C64F4D Sunset

📋 copy color: '#C64F4D'

red 198 ◦ green 79 ◦ blue 77

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

Shades of Sunset #C64F4D

Tints of Sunset #C64F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 55.93%
G = 22.32%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C64F4D (or 0xC64F4D) is known color: Sunset. HEX triplet: C6, 4F and 4D. RGB value is (198,79,77). Sum of RGB (Red+Green+Blue) = 198+79+77=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F4D is #39B0B2. Grayscale: #727272. Windows color (decimal): -3780787 or 5066694. OLE color: 5066694.

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

Color convert

RGB 198 79 77 -
CMYK 0 0.60 0.61 0.22
HSL 0.99º 0.51% 0.54% -
HSV(B) 0.99º 0.61% 0.78% -
XYZ 27.42 18.13 9.08 -
YUV 114.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 198 79 77 0 0.60 0.61 0.22 0.99 0.51 0.54
Hex C6 4F 4D 0 3C 3D 16 1 33 36
Octal 306 117 115 0 74 75 26 1 63 66
Binary 11000110 1001111 1001101 0 111100 111101 10110 1 110011 110110

Color Harmonies of #C64F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F4D

Black with #C64F4D

Text Example


Text Example

White with #C64F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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