Html Css Color HEX #C95C45 Dark Coral

📋 copy color: '#C95C45'

red 201 ◦ green 92 ◦ blue 69

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

Shades of Dark Coral #C95C45

Tints of Dark Coral #C95C45

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.41%

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

R = 55.52%
G = 25.41%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C95C45 (or 0xC95C45) is known color: Dark Coral. HEX triplet: C9, 5C and 45. RGB value is (201,92,69). Sum of RGB (Red+Green+Blue) = 201+92+69=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C45 is #36A3BA. Grayscale: #7A7A7A. Windows color (decimal): -3580859 or 4545737. OLE color: 4545737.

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

Color convert

RGB 201 92 69 -
CMYK 0 0.54 0.66 0.21
HSL 10.45º 0.55% 0.53% -
HSV(B) 10.45º 0.66% 0.79% -
XYZ 28.99 20.5 8.06 -
YUV 121.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 201 92 69 0 0.54 0.66 0.21 10.45 0.55 0.53
Hex C9 5C 45 0 36 42 15 A 37 35
Octal 311 134 105 0 66 102 25 12 67 65
Binary 11001001 1011100 1000101 0 110110 1000010 10101 1010 110111 110101

Color Harmonies of #C95C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C45

Black with #C95C45

Text Example


Text Example

White with #C95C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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