Html Css Color HEX #C95541 Dark Coral

📋 copy color: '#C95541'

red 201 ◦ green 85 ◦ blue 65

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

Shades of Dark Coral #C95541

Tints of Dark Coral #C95541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.22%

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

R = 57.26%
G = 24.22%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C95541 (or 0xC95541) is known color: Dark Coral. HEX triplet: C9, 55 and 41. RGB value is (201,85,65). Sum of RGB (Red+Green+Blue) = 201+85+65=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C95541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95541 is #36AABE. Grayscale: #757575. Windows color (decimal): -3582655 or 4281801. OLE color: 4281801.

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

Color convert

RGB 201 85 65 -
CMYK 0 0.58 0.68 0.21
HSL 8.82º 0.56% 0.52% -
HSV(B) 8.82º 0.68% 0.79% -
XYZ 28.29 19.3 7.23 -
YUV 117.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 201 85 65 0 0.58 0.68 0.21 8.82 0.56 0.52
Hex C9 55 41 0 3A 44 15 9 38 34
Octal 311 125 101 0 72 104 25 11 70 64
Binary 11001001 1010101 1000001 0 111010 1000100 10101 1001 111000 110100

Color Harmonies of #C95541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95541

Black with #C95541

Text Example


Text Example

White with #C95541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95541; }

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

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

background-color css

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

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

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

border-color css

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

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

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