Html Css Color HEX #C65545 Dark Coral

📋 copy color: '#C65545'

red 198 ◦ green 85 ◦ blue 69

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

Shades of Dark Coral #C65545

Tints of Dark Coral #C65545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.15%

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

R = 56.25%
G = 24.15%
B = 19.6%

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

#C65545 (or 0xC65545) is known color: Dark Coral. HEX triplet: C6, 55 and 45. RGB value is (198,85,69). Sum of RGB (Red+Green+Blue) = 198+85+69=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C65545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65545 is #39AABA. Grayscale: #757575. Windows color (decimal): -3779259 or 4543942. OLE color: 4543942.

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

Color convert

RGB 198 85 69 -
CMYK 0 0.57 0.65 0.22
HSL 7.44º 0.53% 0.52% -
HSV(B) 7.44º 0.65% 0.78% -
XYZ 27.61 18.93 7.83 -
YUV 116.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 198 85 69 0 0.57 0.65 0.22 7.44 0.53 0.52
Hex C6 55 45 0 39 41 16 7 35 34
Octal 306 125 105 0 71 101 26 7 65 64
Binary 11000110 1010101 1000101 0 111001 1000001 10110 111 110101 110100

Color Harmonies of #C65545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65545

Black with #C65545

Text Example


Text Example

White with #C65545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65545; }

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

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

background-color css

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

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

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

border-color css

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

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

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