Html Css Color HEX #C6613C Ecstasy

📋 copy color: '#C6613C'

red 198 ◦ green 97 ◦ blue 60

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

Shades of Ecstasy #C6613C

Tints of Ecstasy #C6613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

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

R = 55.77%
G = 27.32%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6613C (or 0xC6613C) is known color: Ecstasy. HEX triplet: C6, 61 and 3C. RGB value is (198,97,60). Sum of RGB (Red+Green+Blue) = 198+97+60=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6613C is #399EC3. Grayscale: #7B7B7B. Windows color (decimal): -3776196 or 3957190. OLE color: 3957190.

HSL color Cylindrical-coordinate representation of color #C6613C: hue angle of 16.09º 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 #C6613C is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 97 60 -
CMYK 0 0.51 0.70 0.22
HSL 16.09º 0.55% 0.51% -
HSV(B) 16.09º 0.7% 0.78% -
XYZ 28.38 20.88 6.81 -
YUV 122.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 198 97 60 0 0.51 0.70 0.22 16.09 0.55 0.51
Hex C6 61 3C 0 33 46 16 10 37 33
Octal 306 141 74 0 63 106 26 20 67 63
Binary 11000110 1100001 111100 0 110011 1000110 10110 10000 110111 110011

Color Harmonies of #C6613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6613C

Black with #C6613C

Text Example


Text Example

White with #C6613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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