Html Css Color HEX #C75341 Dark Coral

📋 copy color: '#C75341'

red 199 ◦ green 83 ◦ blue 65

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

Shades of Dark Coral #C75341

Tints of Dark Coral #C75341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 57.35%
G = 23.92%
B = 18.73%

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

#C75341 (or 0xC75341) is known color: Dark Coral. HEX triplet: C7, 53 and 41. RGB value is (199,83,65). Sum of RGB (Red+Green+Blue) = 199+83+65=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C75341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75341 is #38ACBE. Grayscale: #737373. Windows color (decimal): -3714239 or 4281287. OLE color: 4281287.

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

Color convert

RGB 199 83 65 -
CMYK 0 0.58 0.67 0.22
HSL 8.06º 0.54% 0.52% -
HSV(B) 8.06º 0.67% 0.78% -
XYZ 27.6 18.71 7.16 -
YUV 115.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 199 83 65 0 0.58 0.67 0.22 8.06 0.54 0.52
Hex C7 53 41 0 3A 43 16 8 36 34
Octal 307 123 101 0 72 103 26 10 66 64
Binary 11000111 1010011 1000001 0 111010 1000011 10110 1000 110110 110100

Color Harmonies of #C75341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75341

Black with #C75341

Text Example


Text Example

White with #C75341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75341; }

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

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

background-color css

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

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

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

border-color css

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

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

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