Html Css Color HEX #C95A3D Dark Coral

📋 copy color: '#C95A3D'

red 201 ◦ green 90 ◦ blue 61

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

Shades of Dark Coral #C95A3D

Tints of Dark Coral #C95A3D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.57%

 BLUE value IS 61 (24.22% from 255) = 17.33%

R = 57.1%
G = 25.57%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C95A3D (or 0xC95A3D) is known color: Dark Coral. HEX triplet: C9, 5A and 3D. RGB value is (201,90,61). Sum of RGB (Red+Green+Blue) = 201+90+61=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A3D is #36A5C2. Grayscale: #787878. Windows color (decimal): -3581379 or 4020937. OLE color: 4020937.

HSL color Cylindrical-coordinate representation of color #C95A3D: hue angle of 12.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C95A3D is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 90 61 -
CMYK 0 0.55 0.70 0.21
HSL 12.43º 0.56% 0.51% -
HSV(B) 12.43º 0.7% 0.79% -
XYZ 28.59 20.07 6.78 -
YUV 119.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 201 90 61 0 0.55 0.70 0.21 12.43 0.56 0.51
Hex C9 5A 3D 0 37 46 15 C 38 33
Octal 311 132 75 0 67 106 25 14 70 63
Binary 11001001 1011010 111101 0 110111 1000110 10101 1100 111000 110011

Color Harmonies of #C95A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A3D

Black with #C95A3D

Text Example


Text Example

White with #C95A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A3D; }

 p { color: rgb(201,90,61); }

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

background-color css

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

 a { background-color: rgb(201,90,61); }

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

border-color css

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

 span { border-color: rgb(201,90,61); }

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