Html Css Color HEX #C96049 Dark Coral

📋 copy color: '#C96049'

red 201 ◦ green 96 ◦ blue 73

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

Shades of Dark Coral #C96049

Tints of Dark Coral #C96049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 54.32%
G = 25.95%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C96049 (or 0xC96049) is known color: Dark Coral. HEX triplet: C9, 60 and 49. RGB value is (201,96,73). Sum of RGB (Red+Green+Blue) = 201+96+73=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C96049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96049 is #369FB6. Grayscale: #7C7C7C. Windows color (decimal): -3579831 or 4808905. OLE color: 4808905.

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

Color convert

RGB 201 96 73 -
CMYK 0 0.52 0.64 0.21
HSL 10.78º 0.54% 0.54% -
HSV(B) 10.78º 0.64% 0.79% -
XYZ 29.47 21.26 8.85 -
YUV 124.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 201 96 73 0 0.52 0.64 0.21 10.78 0.54 0.54
Hex C9 60 49 0 34 40 15 B 36 36
Octal 311 140 111 0 64 100 25 13 66 66
Binary 11001001 1100000 1001001 0 110100 1000000 10101 1011 110110 110110

Color Harmonies of #C96049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96049

Black with #C96049

Text Example


Text Example

White with #C96049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96049; }

 p { color: rgb(201,96,73); }

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

background-color css

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

 a { background-color: rgb(201,96,73); }

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

border-color css

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

 span { border-color: rgb(201,96,73); }

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