Html Css Color HEX #C0613F Ecstasy

📋 copy color: '#C0613F'

red 192 ◦ green 97 ◦ blue 63

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

Shades of Ecstasy #C0613F

Tints of Ecstasy #C0613F

RGB

 RED value IS 192 (75.39% from 255) = 54.55%

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

 BLUE value IS 63 (25% from 255) = 17.9%

R = 54.55%
G = 27.56%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0613F (or 0xC0613F) is known color: Ecstasy. HEX triplet: C0, 61 and 3F. RGB value is (192,97,63). Sum of RGB (Red+Green+Blue) = 192+97+63=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0613F is #3F9EC0. Grayscale: #797979. Windows color (decimal): -4169409 or 4153792. OLE color: 4153792.

HSL color Cylindrical-coordinate representation of color #C0613F: hue angle of 15.81º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0613F is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 63 -
CMYK 0 0.49 0.67 0.25
HSL 15.81º 0.51% 0.5% -
HSV(B) 15.81º 0.67% 0.75% -
XYZ 26.91 20.11 7.17 -
YUV 121.53 94.97 178.26 -
System Red Green Blue C M Y K H S L
Decimal 192 97 63 0 0.49 0.67 0.25 15.81 0.51 0.5
Hex C0 61 3F 0 31 43 19 10 33 32
Octal 300 141 77 0 61 103 31 20 63 62
Binary 11000000 1100001 111111 0 110001 1000011 11001 10000 110011 110010

Color Harmonies of #C0613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0613F

Black with #C0613F

Text Example


Text Example

White with #C0613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0613F; }

 p { color: rgb(192,97,63); }

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

background-color css

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

 a { background-color: rgb(192,97,63); }

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

border-color css

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

 span { border-color: rgb(192,97,63); }

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