Html Css Color HEX #C64440 Sunset

📋 copy color: '#C64440'

red 198 ◦ green 68 ◦ blue 64

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

Shades of Sunset #C64440

Tints of Sunset #C64440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 60%
G = 20.61%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C64440 (or 0xC64440) is known color: Sunset. HEX triplet: C6, 44 and 40. RGB value is (198,68,64). Sum of RGB (Red+Green+Blue) = 198+68+64=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C64440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64440 is #39BBBF. Grayscale: #6A6A6A. Windows color (decimal): -3783616 or 4211910. OLE color: 4211910.

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

Color convert

RGB 198 68 64 -
CMYK 0 0.66 0.68 0.22
HSL 1.79º 0.54% 0.51% -
HSV(B) 1.79º 0.68% 0.78% -
XYZ 26.28 16.51 6.65 -
YUV 106.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 198 68 64 0 0.66 0.68 0.22 1.79 0.54 0.51
Hex C6 44 40 0 42 44 16 2 36 33
Octal 306 104 100 0 102 104 26 2 66 63
Binary 11000110 1000100 1000000 0 1000010 1000100 10110 10 110110 110011

Color Harmonies of #C64440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64440

Black with #C64440

Text Example


Text Example

White with #C64440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64440; }

 p { color: rgb(198,68,64); }

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

background-color css

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

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

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

border-color css

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

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

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