Html Css Color HEX #C75A40 Dark Coral

📋 copy color: '#C75A40'

red 199 ◦ green 90 ◦ blue 64

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

Shades of Dark Coral #C75A40

Tints of Dark Coral #C75A40

RGB

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

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

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

R = 56.37%
G = 25.5%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C75A40 (or 0xC75A40) is known color: Dark Coral. HEX triplet: C7, 5A and 40. RGB value is (199,90,64). Sum of RGB (Red+Green+Blue) = 199+90+64=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A40 is #38A5BF. Grayscale: #777777. Windows color (decimal): -3712448 or 4217543. OLE color: 4217543.

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

Color convert

RGB 199 90 64 -
CMYK 0 0.55 0.68 0.22
HSL 11.56º 0.55% 0.52% -
HSV(B) 11.56º 0.68% 0.78% -
XYZ 28.13 19.82 7.19 -
YUV 119.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 199 90 64 0 0.55 0.68 0.22 11.56 0.55 0.52
Hex C7 5A 40 0 37 44 16 C 37 34
Octal 307 132 100 0 67 104 26 14 67 64
Binary 11000111 1011010 1000000 0 110111 1000100 10110 1100 110111 110100

Color Harmonies of #C75A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A40

Black with #C75A40

Text Example


Text Example

White with #C75A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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