Html Css Color HEX #C95340 Dark Coral

📋 copy color: '#C95340'

red 201 ◦ green 83 ◦ blue 64

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

Shades of Dark Coral #C95340

Tints of Dark Coral #C95340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.85%

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 57.76%
G = 23.85%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C95340 (or 0xC95340) is known color: Dark Coral. HEX triplet: C9, 53 and 40. RGB value is (201,83,64). Sum of RGB (Red+Green+Blue) = 201+83+64=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C95340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95340 is #36ACBF. Grayscale: #747474. Windows color (decimal): -3583168 or 4215753. OLE color: 4215753.

HSL color Cylindrical-coordinate representation of color #C95340: hue angle of 8.32º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C95340 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 64 -
CMYK 0 0.59 0.68 0.21
HSL 8.32º 0.56% 0.52% -
HSV(B) 8.32º 0.68% 0.79% -
XYZ 28.11 18.97 7.03 -
YUV 116.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 201 83 64 0 0.59 0.68 0.21 8.32 0.56 0.52
Hex C9 53 40 0 3B 44 15 8 38 34
Octal 311 123 100 0 73 104 25 10 70 64
Binary 11001001 1010011 1000000 0 111011 1000100 10101 1000 111000 110100

Color Harmonies of #C95340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95340

Black with #C95340

Text Example


Text Example

White with #C95340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95340; }

 p { color: rgb(201,83,64); }

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

background-color css

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

 a { background-color: rgb(201,83,64); }

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

border-color css

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

 span { border-color: rgb(201,83,64); }

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