Html Css Color HEX #C0603C Ecstasy

📋 copy color: '#C0603C'

red 192 ◦ green 96 ◦ blue 60

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

Shades of Ecstasy #C0603C

Tints of Ecstasy #C0603C

RGB

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

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

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

R = 55.17%
G = 27.59%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0603C (or 0xC0603C) is known color: Ecstasy. HEX triplet: C0, 60 and 3C. RGB value is (192,96,60). Sum of RGB (Red+Green+Blue) = 192+96+60=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0603C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0603C is #3F9FC3. Grayscale: #787878. Windows color (decimal): -4169668 or 3956928. OLE color: 3956928.

HSL color Cylindrical-coordinate representation of color #C0603C: hue angle of 16.36º 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 #C0603C is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 60 -
CMYK 0 0.50 0.69 0.25
HSL 16.36º 0.52% 0.49% -
HSV(B) 16.36º 0.69% 0.75% -
XYZ 26.74 19.9 6.71 -
YUV 120.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 192 96 60 0 0.50 0.69 0.25 16.36 0.52 0.49
Hex C0 60 3C 0 32 45 19 10 34 31
Octal 300 140 74 0 62 105 31 20 64 61
Binary 11000000 1100000 111100 0 110010 1000101 11001 10000 110100 110001

Color Harmonies of #C0603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0603C

Black with #C0603C

Text Example


Text Example

White with #C0603C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0603C; }

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

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

background-color css

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

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

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

border-color css

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

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

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