Html Css Color HEX #C75343 Dark Coral

📋 copy color: '#C75343'

red 199 ◦ green 83 ◦ blue 67

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

Shades of Dark Coral #C75343

Tints of Dark Coral #C75343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.2%

R = 57.02%
G = 23.78%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C75343 (or 0xC75343) is known color: Dark Coral. HEX triplet: C7, 53 and 43. RGB value is (199,83,67). Sum of RGB (Red+Green+Blue) = 199+83+67=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C75343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75343 is #38ACBC. Grayscale: #747474. Windows color (decimal): -3714237 or 4412359. OLE color: 4412359.

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

Color convert

RGB 199 83 67 -
CMYK 0 0.58 0.66 0.22
HSL 7.27º 0.54% 0.52% -
HSV(B) 7.27º 0.66% 0.78% -
XYZ 27.66 18.73 7.47 -
YUV 115.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 199 83 67 0 0.58 0.66 0.22 7.27 0.54 0.52
Hex C7 53 43 0 3A 42 16 7 36 34
Octal 307 123 103 0 72 102 26 7 66 64
Binary 11000111 1010011 1000011 0 111010 1000010 10110 111 110110 110100

Color Harmonies of #C75343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75343

Black with #C75343

Text Example


Text Example

White with #C75343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75343; }

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

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

background-color css

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

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

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

border-color css

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

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

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