Html Css Color HEX #C1663F Ecstasy

📋 copy color: '#C1663F'

red 193 ◦ green 102 ◦ blue 63

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

Shades of Ecstasy #C1663F

Tints of Ecstasy #C1663F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.49%

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

R = 53.91%
G = 28.49%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1663F (or 0xC1663F) is known color: Ecstasy. HEX triplet: C1, 66 and 3F. RGB value is (193,102,63). Sum of RGB (Red+Green+Blue) = 193+102+63=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1663F is #3E99C0. Grayscale: #7D7D7D. Windows color (decimal): -4102593 or 4155073. OLE color: 4155073.

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

Color convert

RGB 193 102 63 -
CMYK 0 0.47 0.67 0.24
HSL 18º 0.51% 0.5% -
HSV(B) 18º 0.67% 0.76% -
XYZ 27.64 21.2 7.34 -
YUV 124.76 93.15 176.67 -
System Red Green Blue C M Y K H S L
Decimal 193 102 63 0 0.47 0.67 0.24 18 0.51 0.5
Hex C1 66 3F 0 2F 43 18 12 33 32
Octal 301 146 77 0 57 103 30 22 63 62
Binary 11000001 1100110 111111 0 101111 1000011 11000 10010 110011 110010

Color Harmonies of #C1663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1663F

Black with #C1663F

Text Example


Text Example

White with #C1663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1663F; }

 p { color: rgb(193,102,63); }

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

background-color css

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

 a { background-color: rgb(193,102,63); }

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

border-color css

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

 span { border-color: rgb(193,102,63); }

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