Html Css Color HEX #C64646 Sunset

📋 copy color: '#C64646'

red 198 ◦ green 70 ◦ blue 70

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

Shades of Sunset #C64646

Tints of Sunset #C64646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

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

R = 58.58%
G = 20.71%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C64646 (or 0xC64646) is known color: Sunset. HEX triplet: C6, 46 and 46. RGB value is (198,70,70). Sum of RGB (Red+Green+Blue) = 198+70+70=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C64646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64646 is #39B9B9. Grayscale: #6C6C6C. Windows color (decimal): -3783098 or 4605638. OLE color: 4605638.

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

Color convert

RGB 198 70 70 -
CMYK 0 0.65 0.65 0.22
HSL 0.53% 0.53% -
HSV(B) 0.65% 0.78% -
XYZ 26.58 16.83 7.64 -
YUV 108.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 198 70 70 0 0.65 0.65 0.22 0 0.53 0.53
Hex C6 46 46 0 41 41 16 0 35 35
Octal 306 106 106 0 101 101 26 0 65 65
Binary 11000110 1000110 1000110 0 1000001 1000001 10110 0 110101 110101

Color Harmonies of #C64646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64646

Black with #C64646

Text Example


Text Example

White with #C64646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64646; }

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

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

background-color css

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

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

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

border-color css

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

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

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