Html Css Color HEX #C96247 Dark Coral

📋 copy color: '#C96247'

red 201 ◦ green 98 ◦ blue 71

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

Shades of Dark Coral #C96247

Tints of Dark Coral #C96247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 54.32%
G = 26.49%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C96247 (or 0xC96247) is known color: Dark Coral. HEX triplet: C9, 62 and 47. RGB value is (201,98,71). Sum of RGB (Red+Green+Blue) = 201+98+71=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C96247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96247 is #369DB8. Grayscale: #7D7D7D. Windows color (decimal): -3579321 or 4678345. OLE color: 4678345.

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

Color convert

RGB 201 98 71 -
CMYK 0 0.51 0.65 0.21
HSL 12.46º 0.55% 0.53% -
HSV(B) 12.46º 0.65% 0.79% -
XYZ 29.59 21.61 8.57 -
YUV 125.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 201 98 71 0 0.51 0.65 0.21 12.46 0.55 0.53
Hex C9 62 47 0 33 41 15 C 37 35
Octal 311 142 107 0 63 101 25 14 67 65
Binary 11001001 1100010 1000111 0 110011 1000001 10101 1100 110111 110101

Color Harmonies of #C96247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96247

Black with #C96247

Text Example


Text Example

White with #C96247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96247; }

 p { color: rgb(201,98,71); }

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

background-color css

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

 a { background-color: rgb(201,98,71); }

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

border-color css

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

 span { border-color: rgb(201,98,71); }

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