Html Css Color HEX #C0613C Ecstasy

📋 copy color: '#C0613C'

red 192 ◦ green 97 ◦ blue 60

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

Shades of Ecstasy #C0613C

Tints of Ecstasy #C0613C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.19%

R = 55.01%
G = 27.79%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0613C (or 0xC0613C) is known color: Ecstasy. HEX triplet: C0, 61 and 3C. RGB value is (192,97,60). Sum of RGB (Red+Green+Blue) = 192+97+60=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0613C is #3F9EC3. Grayscale: #797979. Windows color (decimal): -4169412 or 3957184. OLE color: 3957184.

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

Color convert

RGB 192 97 60 -
CMYK 0 0.49 0.69 0.25
HSL 16.82º 0.52% 0.49% -
HSV(B) 16.82º 0.69% 0.75% -
XYZ 26.83 20.08 6.74 -
YUV 121.19 93.47 178.51 -
System Red Green Blue C M Y K H S L
Decimal 192 97 60 0 0.49 0.69 0.25 16.82 0.52 0.49
Hex C0 61 3C 0 31 45 19 11 34 31
Octal 300 141 74 0 61 105 31 21 64 61
Binary 11000000 1100001 111100 0 110001 1000101 11001 10001 110100 110001

Color Harmonies of #C0613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0613C

Black with #C0613C

Text Example


Text Example

White with #C0613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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