Html Css Color HEX #C1613D Ecstasy

📋 copy color: '#C1613D'

red 193 ◦ green 97 ◦ blue 61

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

Shades of Ecstasy #C1613D

Tints of Ecstasy #C1613D

RGB

 RED value IS 193 (75.78% from 255) = 54.99%

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

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

R = 54.99%
G = 27.64%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1613D (or 0xC1613D) is known color: Ecstasy. HEX triplet: C1, 61 and 3D. RGB value is (193,97,61). Sum of RGB (Red+Green+Blue) = 193+97+61=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1613D is #3E9EC2. Grayscale: #797979. Windows color (decimal): -4103875 or 4022721. OLE color: 4022721.

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

Color convert

RGB 193 97 61 -
CMYK 0 0.50 0.68 0.24
HSL 16.36º 0.52% 0.5% -
HSV(B) 16.36º 0.68% 0.76% -
XYZ 27.11 20.22 6.89 -
YUV 121.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 193 97 61 0 0.50 0.68 0.24 16.36 0.52 0.5
Hex C1 61 3D 0 32 44 18 10 34 32
Octal 301 141 75 0 62 104 30 20 64 62
Binary 11000001 1100001 111101 0 110010 1000100 11000 10000 110100 110010

Color Harmonies of #C1613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1613D

Black with #C1613D

Text Example


Text Example

White with #C1613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1613D; }

 p { color: rgb(193,97,61); }

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

background-color css

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

 a { background-color: rgb(193,97,61); }

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

border-color css

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

 span { border-color: rgb(193,97,61); }

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