Html Css Color HEX #C65640 Dark Coral

📋 copy color: '#C65640'

red 198 ◦ green 86 ◦ blue 64

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

Shades of Dark Coral #C65640

Tints of Dark Coral #C65640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.71%

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

R = 56.9%
G = 24.71%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C65640 (or 0xC65640) is known color: Dark Coral. HEX triplet: C6, 56 and 40. RGB value is (198,86,64). Sum of RGB (Red+Green+Blue) = 198+86+64=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C65640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65640 is #39A9BF. Grayscale: #757575. Windows color (decimal): -3779008 or 4216518. OLE color: 4216518.

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

Color convert

RGB 198 86 64 -
CMYK 0 0.57 0.68 0.22
HSL 9.85º 0.54% 0.51% -
HSV(B) 9.85º 0.68% 0.78% -
XYZ 27.54 19.03 7.07 -
YUV 116.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 198 86 64 0 0.57 0.68 0.22 9.85 0.54 0.51
Hex C6 56 40 0 39 44 16 A 36 33
Octal 306 126 100 0 71 104 26 12 66 63
Binary 11000110 1010110 1000000 0 111001 1000100 10110 1010 110110 110011

Color Harmonies of #C65640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65640

Black with #C65640

Text Example


Text Example

White with #C65640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65640; }

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

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

background-color css

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

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

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

border-color css

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

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

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