Html Css Color HEX #C75342 Dark Coral

📋 copy color: '#C75342'

red 199 ◦ green 83 ◦ blue 66

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

Shades of Dark Coral #C75342

Tints of Dark Coral #C75342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.97%

R = 57.18%
G = 23.85%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C75342 (or 0xC75342) is known color: Dark Coral. HEX triplet: C7, 53 and 42. RGB value is (199,83,66). Sum of RGB (Red+Green+Blue) = 199+83+66=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C75342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75342 is #38ACBD. Grayscale: #737373. Windows color (decimal): -3714238 or 4346823. OLE color: 4346823.

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

Color convert

RGB 199 83 66 -
CMYK 0 0.58 0.67 0.22
HSL 7.67º 0.54% 0.52% -
HSV(B) 7.67º 0.67% 0.78% -
XYZ 27.63 18.72 7.31 -
YUV 115.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 199 83 66 0 0.58 0.67 0.22 7.67 0.54 0.52
Hex C7 53 42 0 3A 43 16 8 36 34
Octal 307 123 102 0 72 103 26 10 66 64
Binary 11000111 1010011 1000010 0 111010 1000011 10110 1000 110110 110100

Color Harmonies of #C75342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75342

Black with #C75342

Text Example


Text Example

White with #C75342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75342; }

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

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

background-color css

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

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

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

border-color css

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

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

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