Html Css Color HEX #C85D3D Ecstasy

📋 copy color: '#C85D3D'

red 200 ◦ green 93 ◦ blue 61

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

Shades of Ecstasy #C85D3D

Tints of Ecstasy #C85D3D

RGB

 RED value IS 200 (78.52% from 255) = 56.5%

 GREEN value IS 93 (36.72% from 255) = 26.27%

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

R = 56.5%
G = 26.27%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C85D3D (or 0xC85D3D) is known color: Ecstasy. HEX triplet: C8, 5D and 3D. RGB value is (200,93,61). Sum of RGB (Red+Green+Blue) = 200+93+61=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85D3D is #37A2C2. Grayscale: #797979. Windows color (decimal): -3646147 or 4021704. OLE color: 4021704.

HSL color Cylindrical-coordinate representation of color #C85D3D: hue angle of 13.81º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C85D3D is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 93 61 -
CMYK 0 0.54 0.69 0.22
HSL 13.81º 0.56% 0.51% -
HSV(B) 13.81º 0.7% 0.78% -
XYZ 28.58 20.44 6.86 -
YUV 121.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 200 93 61 0 0.54 0.69 0.22 13.81 0.56 0.51
Hex C8 5D 3D 0 36 45 16 E 38 33
Octal 310 135 75 0 66 105 26 16 70 63
Binary 11001000 1011101 111101 0 110110 1000101 10110 1110 111000 110011

Color Harmonies of #C85D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D3D

Black with #C85D3D

Text Example


Text Example

White with #C85D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D3D; }

 p { color: rgb(200,93,61); }

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

background-color css

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

 a { background-color: rgb(200,93,61); }

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

border-color css

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

 span { border-color: rgb(200,93,61); }

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