Html Css Color HEX #C1603B Ecstasy

📋 copy color: '#C1603B'

red 193 ◦ green 96 ◦ blue 59

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

Shades of Ecstasy #C1603B

Tints of Ecstasy #C1603B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 59 (23.44% from 255) = 16.95%

R = 55.46%
G = 27.59%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1603B (or 0xC1603B) is known color: Ecstasy. HEX triplet: C1, 60 and 3B. RGB value is (193,96,59). Sum of RGB (Red+Green+Blue) = 193+96+59=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C1603B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1603B is #3E9FC4. Grayscale: #797979. Windows color (decimal): -4104133 or 3891393. OLE color: 3891393.

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

Color convert

RGB 193 96 59 -
CMYK 0 0.50 0.69 0.24
HSL 16.57º 0.53% 0.49% -
HSV(B) 16.57º 0.69% 0.76% -
XYZ 26.96 20.02 6.58 -
YUV 120.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 193 96 59 0 0.50 0.69 0.24 16.57 0.53 0.49
Hex C1 60 3B 0 32 45 18 11 35 31
Octal 301 140 73 0 62 105 30 21 65 61
Binary 11000001 1100000 111011 0 110010 1000101 11000 10001 110101 110001

Color Harmonies of #C1603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1603B

Black with #C1603B

Text Example


Text Example

White with #C1603B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1603B; }

 p { color: rgb(193,96,59); }

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

background-color css

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

 a { background-color: rgb(193,96,59); }

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

border-color css

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

 span { border-color: rgb(193,96,59); }

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