Html Css Color HEX #C36140 Ecstasy

📋 copy color: '#C36140'

red 195 ◦ green 97 ◦ blue 64

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

Shades of Ecstasy #C36140

Tints of Ecstasy #C36140

RGB

 RED value IS 195 (76.56% from 255) = 54.78%

 GREEN value IS 97 (38.28% from 255) = 27.25%

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

R = 54.78%
G = 27.25%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C36140 (or 0xC36140) is known color: Ecstasy. HEX triplet: C3, 61 and 40. RGB value is (195,97,64). Sum of RGB (Red+Green+Blue) = 195+97+64=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C36140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36140 is #3C9EBF. Grayscale: #7A7A7A. Windows color (decimal): -3972800 or 4219331. OLE color: 4219331.

HSL color Cylindrical-coordinate representation of color #C36140: hue angle of 15.11º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C36140 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 97 64 -
CMYK 0 0.50 0.67 0.24
HSL 15.11º 0.52% 0.51% -
HSV(B) 15.11º 0.67% 0.76% -
XYZ 27.71 20.52 7.35 -
YUV 122.54 94.97 179.68 -
System Red Green Blue C M Y K H S L
Decimal 195 97 64 0 0.50 0.67 0.24 15.11 0.52 0.51
Hex C3 61 40 0 32 43 18 F 34 33
Octal 303 141 100 0 62 103 30 17 64 63
Binary 11000011 1100001 1000000 0 110010 1000011 11000 1111 110100 110011

Color Harmonies of #C36140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36140

Black with #C36140

Text Example


Text Example

White with #C36140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36140; }

 p { color: rgb(195,97,64); }

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

background-color css

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

 a { background-color: rgb(195,97,64); }

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

border-color css

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

 span { border-color: rgb(195,97,64); }

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