Html Css Color HEX #C95445 Dark Coral

📋 copy color: '#C95445'

red 201 ◦ green 84 ◦ blue 69

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

Shades of Dark Coral #C95445

Tints of Dark Coral #C95445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.73%

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 56.78%
G = 23.73%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C95445 (or 0xC95445) is known color: Dark Coral. HEX triplet: C9, 54 and 45. RGB value is (201,84,69). Sum of RGB (Red+Green+Blue) = 201+84+69=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C95445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95445 is #36ABBA. Grayscale: #757575. Windows color (decimal): -3582907 or 4543689. OLE color: 4543689.

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

Color convert

RGB 201 84 69 -
CMYK 0 0.58 0.66 0.21
HSL 6.82º 0.55% 0.53% -
HSV(B) 6.82º 0.66% 0.79% -
XYZ 28.33 19.19 7.84 -
YUV 117.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 201 84 69 0 0.58 0.66 0.21 6.82 0.55 0.53
Hex C9 54 45 0 3A 42 15 7 37 35
Octal 311 124 105 0 72 102 25 7 67 65
Binary 11001001 1010100 1000101 0 111010 1000010 10101 111 110111 110101

Color Harmonies of #C95445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95445

Black with #C95445

Text Example


Text Example

White with #C95445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95445; }

 p { color: rgb(201,84,69); }

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

background-color css

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

 a { background-color: rgb(201,84,69); }

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

border-color css

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

 span { border-color: rgb(201,84,69); }

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