Html Css Color HEX #C75A41 Dark Coral

📋 copy color: '#C75A41'

red 199 ◦ green 90 ◦ blue 65

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

Shades of Dark Coral #C75A41

Tints of Dark Coral #C75A41

RGB

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

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

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

R = 56.21%
G = 25.42%
B = 18.36%

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

#C75A41 (or 0xC75A41) is known color: Dark Coral. HEX triplet: C7, 5A and 41. RGB value is (199,90,65). Sum of RGB (Red+Green+Blue) = 199+90+65=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75A41 is #38A5BE. Grayscale: #777777. Windows color (decimal): -3712447 or 4283079. OLE color: 4283079.

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

Color convert

RGB 199 90 65 -
CMYK 0 0.55 0.67 0.22
HSL 11.19º 0.54% 0.52% -
HSV(B) 11.19º 0.67% 0.78% -
XYZ 28.16 19.84 7.35 -
YUV 119.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 199 90 65 0 0.55 0.67 0.22 11.19 0.54 0.52
Hex C7 5A 41 0 37 43 16 B 36 34
Octal 307 132 101 0 67 103 26 13 66 64
Binary 11000111 1011010 1000001 0 110111 1000011 10110 1011 110110 110100

Color Harmonies of #C75A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A41

Black with #C75A41

Text Example


Text Example

White with #C75A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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