Html Css Color HEX #C0653C Ecstasy

📋 copy color: '#C0653C'

red 192 ◦ green 101 ◦ blue 60

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

Shades of Ecstasy #C0653C

Tints of Ecstasy #C0653C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

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

R = 54.39%
G = 28.61%
B = 17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0653C (or 0xC0653C) is known color: Ecstasy. HEX triplet: C0, 65 and 3C. RGB value is (192,101,60). Sum of RGB (Red+Green+Blue) = 192+101+60=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0653C is #3F9AC3. Grayscale: #7B7B7B. Windows color (decimal): -4168388 or 3958208. OLE color: 3958208.

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

Color convert

RGB 192 101 60 -
CMYK 0 0.47 0.69 0.25
HSL 18.64º 0.52% 0.49% -
HSV(B) 18.64º 0.69% 0.75% -
XYZ 27.21 20.84 6.86 -
YUV 123.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 192 101 60 0 0.47 0.69 0.25 18.64 0.52 0.49
Hex C0 65 3C 0 2F 45 19 13 34 31
Octal 300 145 74 0 57 105 31 23 64 61
Binary 11000000 1100101 111100 0 101111 1000101 11001 10011 110100 110001

Color Harmonies of #C0653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0653C

Black with #C0653C

Text Example


Text Example

White with #C0653C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0653C; }

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

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

background-color css

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

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

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

border-color css

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

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

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