Html Css Color HEX #C95B3E Dark Coral

📋 copy color: '#C95B3E'

red 201 ◦ green 91 ◦ blue 62

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

Shades of Dark Coral #C95B3E

Tints of Dark Coral #C95B3E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.71%

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 56.78%
G = 25.71%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C95B3E (or 0xC95B3E) is known color: Dark Coral. HEX triplet: C9, 5B and 3E. RGB value is (201,91,62). Sum of RGB (Red+Green+Blue) = 201+91+62=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95B3E is #36A4C1. Grayscale: #787878. Windows color (decimal): -3581122 or 4086729. OLE color: 4086729.

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

Color convert

RGB 201 91 62 -
CMYK 0 0.55 0.69 0.21
HSL 12.52º 0.56% 0.52% -
HSV(B) 12.52º 0.69% 0.79% -
XYZ 28.7 20.25 6.95 -
YUV 120.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 201 91 62 0 0.55 0.69 0.21 12.52 0.56 0.52
Hex C9 5B 3E 0 37 45 15 D 38 34
Octal 311 133 76 0 67 105 25 15 70 64
Binary 11001001 1011011 111110 0 110111 1000101 10101 1101 111000 110100

Color Harmonies of #C95B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95B3E

Black with #C95B3E

Text Example


Text Example

White with #C95B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95B3E; }

 p { color: rgb(201,91,62); }

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

background-color css

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

 a { background-color: rgb(201,91,62); }

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

border-color css

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

 span { border-color: rgb(201,91,62); }

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