Html Css Color HEX #C9513F Dark Coral

📋 copy color: '#C9513F'

red 201 ◦ green 81 ◦ blue 63

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

Shades of Dark Coral #C9513F

Tints of Dark Coral #C9513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.48%

 BLUE value IS 63 (25% from 255) = 18.26%

R = 58.26%
G = 23.48%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9513F (or 0xC9513F) is known color: Dark Coral. HEX triplet: C9, 51 and 3F. RGB value is (201,81,63). Sum of RGB (Red+Green+Blue) = 201+81+63=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9513F is #36AEC0. Grayscale: #737373. Windows color (decimal): -3583681 or 4149705. OLE color: 4149705.

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

Color convert

RGB 201 81 63 -
CMYK 0 0.60 0.69 0.21
HSL 7.83º 0.56% 0.52% -
HSV(B) 7.83º 0.69% 0.79% -
XYZ 27.93 18.66 6.83 -
YUV 114.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 201 81 63 0 0.60 0.69 0.21 7.83 0.56 0.52
Hex C9 51 3F 0 3C 45 15 8 38 34
Octal 311 121 77 0 74 105 25 10 70 64
Binary 11001001 1010001 111111 0 111100 1000101 10101 1000 111000 110100

Color Harmonies of #C9513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9513F

Black with #C9513F

Text Example


Text Example

White with #C9513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9513F; }

 p { color: rgb(201,81,63); }

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

background-color css

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

 a { background-color: rgb(201,81,63); }

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

border-color css

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

 span { border-color: rgb(201,81,63); }

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