Html Css Color HEX #C6603C Ecstasy

📋 copy color: '#C6603C'

red 198 ◦ green 96 ◦ blue 60

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

Shades of Ecstasy #C6603C

Tints of Ecstasy #C6603C

RGB

 RED value IS 198 (77.73% from 255) = 55.93%

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

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

R = 55.93%
G = 27.12%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6603C (or 0xC6603C) is known color: Ecstasy. HEX triplet: C6, 60 and 3C. RGB value is (198,96,60). Sum of RGB (Red+Green+Blue) = 198+96+60=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6603C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6603C is #399FC3. Grayscale: #7A7A7A. Windows color (decimal): -3776452 or 3956934. OLE color: 3956934.

HSL color Cylindrical-coordinate representation of color #C6603C: hue angle of 15.65º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6603C is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 96 60 -
CMYK 0 0.52 0.70 0.22
HSL 15.65º 0.55% 0.51% -
HSV(B) 15.65º 0.7% 0.78% -
XYZ 28.29 20.7 6.78 -
YUV 122.39 92.79 181.93 -
System Red Green Blue C M Y K H S L
Decimal 198 96 60 0 0.52 0.70 0.22 15.65 0.55 0.51
Hex C6 60 3C 0 34 46 16 10 37 33
Octal 306 140 74 0 64 106 26 20 67 63
Binary 11000110 1100000 111100 0 110100 1000110 10110 10000 110111 110011

Color Harmonies of #C6603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6603C

Black with #C6603C

Text Example


Text Example

White with #C6603C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6603C; }

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

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

background-color css

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

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

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

border-color css

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

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

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