Html Css Color HEX #C95344 Dark Coral

📋 copy color: '#C95344'

red 201 ◦ green 83 ◦ blue 68

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

Shades of Dark Coral #C95344

Tints of Dark Coral #C95344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.32%

R = 57.1%
G = 23.58%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C95344 (or 0xC95344) is known color: Dark Coral. HEX triplet: C9, 53 and 44. RGB value is (201,83,68). Sum of RGB (Red+Green+Blue) = 201+83+68=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C95344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95344 is #36ACBB. Grayscale: #747474. Windows color (decimal): -3583164 or 4477897. OLE color: 4477897.

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

Color convert

RGB 201 83 68 -
CMYK 0 0.59 0.66 0.21
HSL 6.77º 0.55% 0.53% -
HSV(B) 6.77º 0.66% 0.79% -
XYZ 28.22 19.02 7.65 -
YUV 116.57 100.59 188.22 -
System Red Green Blue C M Y K H S L
Decimal 201 83 68 0 0.59 0.66 0.21 6.77 0.55 0.53
Hex C9 53 44 0 3B 42 15 7 37 35
Octal 311 123 104 0 73 102 25 7 67 65
Binary 11001001 1010011 1000100 0 111011 1000010 10101 111 110111 110101

Color Harmonies of #C95344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95344

Black with #C95344

Text Example


Text Example

White with #C95344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95344; }

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

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

background-color css

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

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

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

border-color css

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

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

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