Html Css Color HEX #C95643 Dark Coral

📋 copy color: '#C95643'

red 201 ◦ green 86 ◦ blue 67

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

Shades of Dark Coral #C95643

Tints of Dark Coral #C95643

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.29%

 BLUE value IS 67 (26.56% from 255) = 18.93%

R = 56.78%
G = 24.29%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C95643 (or 0xC95643) is known color: Dark Coral. HEX triplet: C9, 56 and 43. RGB value is (201,86,67). Sum of RGB (Red+Green+Blue) = 201+86+67=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C95643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95643 is #36A9BC. Grayscale: #767676. Windows color (decimal): -3582397 or 4413129. OLE color: 4413129.

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

Color convert

RGB 201 86 67 -
CMYK 0 0.57 0.67 0.21
HSL 8.51º 0.55% 0.53% -
HSV(B) 8.51º 0.67% 0.79% -
XYZ 28.43 19.48 7.57 -
YUV 118.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 201 86 67 0 0.57 0.67 0.21 8.51 0.55 0.53
Hex C9 56 43 0 39 43 15 9 37 35
Octal 311 126 103 0 71 103 25 11 67 65
Binary 11001001 1010110 1000011 0 111001 1000011 10101 1001 110111 110101

Color Harmonies of #C95643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95643

Black with #C95643

Text Example


Text Example

White with #C95643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95643; }

 p { color: rgb(201,86,67); }

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

background-color css

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

 a { background-color: rgb(201,86,67); }

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

border-color css

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

 span { border-color: rgb(201,86,67); }

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