Html Css Color HEX #C75A42 Dark Coral

📋 copy color: '#C75A42'

red 199 ◦ green 90 ◦ blue 66

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

Shades of Dark Coral #C75A42

Tints of Dark Coral #C75A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.35%

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

R = 56.06%
G = 25.35%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C75A42 (or 0xC75A42) is known color: Dark Coral. HEX triplet: C7, 5A and 42. RGB value is (199,90,66). Sum of RGB (Red+Green+Blue) = 199+90+66=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A42 is #38A5BD. Grayscale: #787878. Windows color (decimal): -3712446 or 4348615. OLE color: 4348615.

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

Color convert

RGB 199 90 66 -
CMYK 0 0.55 0.67 0.22
HSL 10.83º 0.54% 0.52% -
HSV(B) 10.83º 0.67% 0.78% -
XYZ 28.19 19.85 7.5 -
YUV 119.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 199 90 66 0 0.55 0.67 0.22 10.83 0.54 0.52
Hex C7 5A 42 0 37 43 16 B 36 34
Octal 307 132 102 0 67 103 26 13 66 64
Binary 11000111 1011010 1000010 0 110111 1000011 10110 1011 110110 110100

Color Harmonies of #C75A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A42

Black with #C75A42

Text Example


Text Example

White with #C75A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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