Html Css Color HEX #C85F38 Ecstasy

📋 copy color: '#C85F38'

red 200 ◦ green 95 ◦ blue 56

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

Shades of Ecstasy #C85F38

Tints of Ecstasy #C85F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.95%

R = 56.98%
G = 27.07%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C85F38 (or 0xC85F38) is known color: Ecstasy. HEX triplet: C8, 5F and 38. RGB value is (200,95,56). Sum of RGB (Red+Green+Blue) = 200+95+56=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85F38 is #37A0C7. Grayscale: #7A7A7A. Windows color (decimal): -3645640 or 3694536. OLE color: 3694536.

HSL color Cylindrical-coordinate representation of color #C85F38: hue angle of 16.25º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C85F38 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 95 56 -
CMYK 0 0.52 0.72 0.22
HSL 16.25º 0.57% 0.5% -
HSV(B) 16.25º 0.72% 0.78% -
XYZ 28.63 20.75 6.24 -
YUV 121.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 200 95 56 0 0.52 0.72 0.22 16.25 0.57 0.5
Hex C8 5F 38 0 34 48 16 10 39 32
Octal 310 137 70 0 64 110 26 20 71 62
Binary 11001000 1011111 111000 0 110100 1001000 10110 10000 111001 110010

Color Harmonies of #C85F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F38

Black with #C85F38

Text Example


Text Example

White with #C85F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F38; }

 p { color: rgb(200,95,56); }

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

background-color css

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

 a { background-color: rgb(200,95,56); }

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

border-color css

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

 span { border-color: rgb(200,95,56); }

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