Html Css Color HEX #C95840 Dark Coral

📋 copy color: '#C95840'

red 201 ◦ green 88 ◦ blue 64

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

Shades of Dark Coral #C95840

Tints of Dark Coral #C95840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.93%

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

R = 56.94%
G = 24.93%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C95840 (or 0xC95840) is known color: Dark Coral. HEX triplet: C9, 58 and 40. RGB value is (201,88,64). Sum of RGB (Red+Green+Blue) = 201+88+64=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C95840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95840 is #36A7BF. Grayscale: #777777. Windows color (decimal): -3581888 or 4217033. OLE color: 4217033.

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

Color convert

RGB 201 88 64 -
CMYK 0 0.56 0.68 0.21
HSL 10.51º 0.56% 0.52% -
HSV(B) 10.51º 0.68% 0.79% -
XYZ 28.5 19.77 7.16 -
YUV 119.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 201 88 64 0 0.56 0.68 0.21 10.51 0.56 0.52
Hex C9 58 40 0 38 44 15 B 38 34
Octal 311 130 100 0 70 104 25 13 70 64
Binary 11001001 1011000 1000000 0 111000 1000100 10101 1011 111000 110100

Color Harmonies of #C95840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95840

Black with #C95840

Text Example


Text Example

White with #C95840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95840; }

 p { color: rgb(201,88,64); }

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

background-color css

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

 a { background-color: rgb(201,88,64); }

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

border-color css

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

 span { border-color: rgb(201,88,64); }

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