Html Css Color HEX #C95F45 Dark Coral

📋 copy color: '#C95F45'

red 201 ◦ green 95 ◦ blue 69

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

Shades of Dark Coral #C95F45

Tints of Dark Coral #C95F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

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

R = 55.07%
G = 26.03%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C95F45 (or 0xC95F45) is known color: Dark Coral. HEX triplet: C9, 5F and 45. RGB value is (201,95,69). Sum of RGB (Red+Green+Blue) = 201+95+69=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95F45 is #36A0BA. Grayscale: #7B7B7B. Windows color (decimal): -3580091 or 4546505. OLE color: 4546505.

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

Color convert

RGB 201 95 69 -
CMYK 0 0.53 0.66 0.21
HSL 11.82º 0.55% 0.53% -
HSV(B) 11.82º 0.66% 0.79% -
XYZ 29.25 21.03 8.15 -
YUV 123.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 201 95 69 0 0.53 0.66 0.21 11.82 0.55 0.53
Hex C9 5F 45 0 35 42 15 C 37 35
Octal 311 137 105 0 65 102 25 14 67 65
Binary 11001001 1011111 1000101 0 110101 1000010 10101 1100 110111 110101

Color Harmonies of #C95F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F45

Black with #C95F45

Text Example


Text Example

White with #C95F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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