Html Css Color HEX #C2603A Ecstasy

📋 copy color: '#C2603A'

red 194 ◦ green 96 ◦ blue 58

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

Shades of Ecstasy #C2603A

Tints of Ecstasy #C2603A

RGB

 RED value IS 194 (76.17% from 255) = 55.75%

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

 BLUE value IS 58 (23.05% from 255) = 16.67%

R = 55.75%
G = 27.59%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2603A (or 0xC2603A) is known color: Ecstasy. HEX triplet: C2, 60 and 3A. RGB value is (194,96,58). Sum of RGB (Red+Green+Blue) = 194+96+58=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C2603A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2603A is #3D9FC5. Grayscale: #797979. Windows color (decimal): -4038598 or 3825858. OLE color: 3825858.

HSL color Cylindrical-coordinate representation of color #C2603A: hue angle of 16.76º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2603A is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 96 58 -
CMYK 0 0.51 0.70 0.24
HSL 16.76º 0.54% 0.49% -
HSV(B) 16.76º 0.7% 0.76% -
XYZ 27.19 20.14 6.46 -
YUV 120.97 92.47 180.09 -
System Red Green Blue C M Y K H S L
Decimal 194 96 58 0 0.51 0.70 0.24 16.76 0.54 0.49
Hex C2 60 3A 0 33 46 18 11 36 31
Octal 302 140 72 0 63 106 30 21 66 61
Binary 11000010 1100000 111010 0 110011 1000110 11000 10001 110110 110001

Color Harmonies of #C2603A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2603A

Black with #C2603A

Text Example


Text Example

White with #C2603A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2603A; }

 p { color: rgb(194,96,58); }

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

background-color css

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

 a { background-color: rgb(194,96,58); }

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

border-color css

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

 span { border-color: rgb(194,96,58); }

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