Html Css Color HEX #C95741 Dark Coral

📋 copy color: '#C95741'

red 201 ◦ green 87 ◦ blue 65

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

Shades of Dark Coral #C95741

Tints of Dark Coral #C95741

RGB

 RED value IS 201 (78.91% from 255) = 56.94%

 GREEN value IS 87 (34.38% from 255) = 24.65%

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

R = 56.94%
G = 24.65%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C95741 (or 0xC95741) is known color: Dark Coral. HEX triplet: C9, 57 and 41. RGB value is (201,87,65). Sum of RGB (Red+Green+Blue) = 201+87+65=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C95741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95741 is #36A8BE. Grayscale: #767676. Windows color (decimal): -3582143 or 4282313. OLE color: 4282313.

HSL color Cylindrical-coordinate representation of color #C95741: hue angle of 9.71º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C95741 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 87 65 -
CMYK 0 0.57 0.68 0.21
HSL 9.71º 0.56% 0.52% -
HSV(B) 9.71º 0.68% 0.79% -
XYZ 28.45 19.62 7.29 -
YUV 118.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 201 87 65 0 0.57 0.68 0.21 9.71 0.56 0.52
Hex C9 57 41 0 39 44 15 A 38 34
Octal 311 127 101 0 71 104 25 12 70 64
Binary 11001001 1010111 1000001 0 111001 1000100 10101 1010 111000 110100

Color Harmonies of #C95741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95741

Black with #C95741

Text Example


Text Example

White with #C95741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95741; }

 p { color: rgb(201,87,65); }

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

background-color css

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

 a { background-color: rgb(201,87,65); }

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

border-color css

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

 span { border-color: rgb(201,87,65); }

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