Html Css Color HEX #C65645 Dark Coral

📋 copy color: '#C65645'

red 198 ◦ green 86 ◦ blue 69

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

Shades of Dark Coral #C65645

Tints of Dark Coral #C65645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.55%

R = 56.09%
G = 24.36%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C65645 (or 0xC65645) is known color: Dark Coral. HEX triplet: C6, 56 and 45. RGB value is (198,86,69). Sum of RGB (Red+Green+Blue) = 198+86+69=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C65645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65645 is #39A9BA. Grayscale: #757575. Windows color (decimal): -3779003 or 4544198. OLE color: 4544198.

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

Color convert

RGB 198 86 69 -
CMYK 0 0.57 0.65 0.22
HSL 7.91º 0.53% 0.52% -
HSV(B) 7.91º 0.65% 0.78% -
XYZ 27.69 19.09 7.86 -
YUV 117.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 198 86 69 0 0.57 0.65 0.22 7.91 0.53 0.52
Hex C6 56 45 0 39 41 16 8 35 34
Octal 306 126 105 0 71 101 26 10 65 64
Binary 11000110 1010110 1000101 0 111001 1000001 10110 1000 110101 110100

Color Harmonies of #C65645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65645

Black with #C65645

Text Example


Text Example

White with #C65645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65645; }

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

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

background-color css

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

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

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

border-color css

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

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

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