Html Css Color HEX #C64641 Sunset

📋 copy color: '#C64641'

red 198 ◦ green 70 ◦ blue 65

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

Shades of Sunset #C64641

Tints of Sunset #C64641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.52%

R = 59.46%
G = 21.02%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C64641 (or 0xC64641) is known color: Sunset. HEX triplet: C6, 46 and 41. RGB value is (198,70,65). Sum of RGB (Red+Green+Blue) = 198+70+65=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C64641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64641 is #39B9BE. Grayscale: #6B6B6B. Windows color (decimal): -3783103 or 4277958. OLE color: 4277958.

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

Color convert

RGB 198 70 65 -
CMYK 0 0.65 0.67 0.22
HSL 2.26º 0.54% 0.52% -
HSV(B) 2.26º 0.67% 0.78% -
XYZ 26.43 16.77 6.84 -
YUV 107.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 198 70 65 0 0.65 0.67 0.22 2.26 0.54 0.52
Hex C6 46 41 0 41 43 16 2 36 34
Octal 306 106 101 0 101 103 26 2 66 64
Binary 11000110 1000110 1000001 0 1000001 1000011 10110 10 110110 110100

Color Harmonies of #C64641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64641

Black with #C64641

Text Example


Text Example

White with #C64641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64641; }

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

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

background-color css

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

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

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

border-color css

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

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

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