Html Css Color HEX #C64640 Sunset

📋 copy color: '#C64640'

red 198 ◦ green 70 ◦ blue 64

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

Shades of Sunset #C64640

Tints of Sunset #C64640

RGB

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

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

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

R = 59.64%
G = 21.08%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C64640 (or 0xC64640) is known color: Sunset. HEX triplet: C6, 46 and 40. RGB value is (198,70,64). Sum of RGB (Red+Green+Blue) = 198+70+64=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C64640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64640 is #39B9BF. Grayscale: #6B6B6B. Windows color (decimal): -3783104 or 4212422. OLE color: 4212422.

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

Color convert

RGB 198 70 64 -
CMYK 0 0.65 0.68 0.22
HSL 2.69º 0.54% 0.51% -
HSV(B) 2.69º 0.68% 0.78% -
XYZ 26.4 16.76 6.69 -
YUV 107.59 103.41 192.49 -
System Red Green Blue C M Y K H S L
Decimal 198 70 64 0 0.65 0.68 0.22 2.69 0.54 0.51
Hex C6 46 40 0 41 44 16 3 36 33
Octal 306 106 100 0 101 104 26 3 66 63
Binary 11000110 1000110 1000000 0 1000001 1000100 10110 11 110110 110011

Color Harmonies of #C64640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64640

Black with #C64640

Text Example


Text Example

White with #C64640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64640; }

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

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

background-color css

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

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

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

border-color css

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

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

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