Html Css Color HEX #C95745 Dark Coral

📋 copy color: '#C95745'

red 201 ◦ green 87 ◦ blue 69

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

Shades of Dark Coral #C95745

Tints of Dark Coral #C95745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.37%

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

R = 56.3%
G = 24.37%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C95745 (or 0xC95745) is known color: Dark Coral. HEX triplet: C9, 57 and 45. RGB value is (201,87,69). Sum of RGB (Red+Green+Blue) = 201+87+69=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C95745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95745 is #36A8BA. Grayscale: #777777. Windows color (decimal): -3582139 or 4544457. OLE color: 4544457.

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

Color convert

RGB 201 87 69 -
CMYK 0 0.57 0.66 0.21
HSL 8.18º 0.55% 0.53% -
HSV(B) 8.18º 0.66% 0.79% -
XYZ 28.57 19.66 7.92 -
YUV 119.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 201 87 69 0 0.57 0.66 0.21 8.18 0.55 0.53
Hex C9 57 45 0 39 42 15 8 37 35
Octal 311 127 105 0 71 102 25 10 67 65
Binary 11001001 1010111 1000101 0 111001 1000010 10101 1000 110111 110101

Color Harmonies of #C95745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95745

Black with #C95745

Text Example


Text Example

White with #C95745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95745; }

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

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

background-color css

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

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

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

border-color css

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

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

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