Html Css Color HEX #C95346 Dark Coral

📋 copy color: '#C95346'

red 201 ◦ green 83 ◦ blue 70

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

Shades of Dark Coral #C95346

Tints of Dark Coral #C95346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.45%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 56.78%
G = 23.45%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C95346 (or 0xC95346) is known color: Dark Coral. HEX triplet: C9, 53 and 46. RGB value is (201,83,70). Sum of RGB (Red+Green+Blue) = 201+83+70=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C95346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95346 is #36ACB9. Grayscale: #747474. Windows color (decimal): -3583162 or 4608969. OLE color: 4608969.

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

Color convert

RGB 201 83 70 -
CMYK 0 0.59 0.65 0.21
HSL 5.95º 0.55% 0.53% -
HSV(B) 5.95º 0.65% 0.79% -
XYZ 28.29 19.05 7.98 -
YUV 116.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 201 83 70 0 0.59 0.65 0.21 5.95 0.55 0.53
Hex C9 53 46 0 3B 41 15 6 37 35
Octal 311 123 106 0 73 101 25 6 67 65
Binary 11001001 1010011 1000110 0 111011 1000001 10101 110 110111 110101

Color Harmonies of #C95346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95346

Black with #C95346

Text Example


Text Example

White with #C95346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95346; }

 p { color: rgb(201,83,70); }

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

background-color css

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

 a { background-color: rgb(201,83,70); }

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

border-color css

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

 span { border-color: rgb(201,83,70); }

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