Html Css Color HEX #C75340 Dark Coral

📋 copy color: '#C75340'

red 199 ◦ green 83 ◦ blue 64

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

Shades of Dark Coral #C75340

Tints of Dark Coral #C75340

RGB

 RED value IS 199 (78.13% from 255) = 57.51%

 GREEN value IS 83 (32.81% from 255) = 23.99%

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

R = 57.51%
G = 23.99%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C75340 (or 0xC75340) is known color: Dark Coral. HEX triplet: C7, 53 and 40. RGB value is (199,83,64). Sum of RGB (Red+Green+Blue) = 199+83+64=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C75340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75340 is #38ACBF. Grayscale: #737373. Windows color (decimal): -3714240 or 4215751. OLE color: 4215751.

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

Color convert

RGB 199 83 64 -
CMYK 0 0.58 0.68 0.22
HSL 8.44º 0.55% 0.52% -
HSV(B) 8.44º 0.68% 0.78% -
XYZ 27.57 18.7 7.01 -
YUV 115.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 199 83 64 0 0.58 0.68 0.22 8.44 0.55 0.52
Hex C7 53 40 0 3A 44 16 8 37 34
Octal 307 123 100 0 72 104 26 10 67 64
Binary 11000111 1010011 1000000 0 111010 1000100 10110 1000 110111 110100

Color Harmonies of #C75340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75340

Black with #C75340

Text Example


Text Example

White with #C75340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75340; }

 p { color: rgb(199,83,64); }

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

background-color css

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

 a { background-color: rgb(199,83,64); }

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

border-color css

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

 span { border-color: rgb(199,83,64); }

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