Html Css Color HEX #C06340 Ecstasy

📋 copy color: '#C06340'

red 192 ◦ green 99 ◦ blue 64

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

Shades of Ecstasy #C06340

Tints of Ecstasy #C06340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 54.08%
G = 27.89%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C06340 (or 0xC06340) is known color: Ecstasy. HEX triplet: C0, 63 and 40. RGB value is (192,99,64). Sum of RGB (Red+Green+Blue) = 192+99+64=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C06340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06340 is #3F9CBF. Grayscale: #7B7B7B. Windows color (decimal): -4168896 or 4219840. OLE color: 4219840.

HSL color Cylindrical-coordinate representation of color #C06340: hue angle of 16.41º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C06340 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 64 -
CMYK 0 0.48 0.67 0.25
HSL 16.41º 0.5% 0.5% -
HSV(B) 16.41º 0.67% 0.75% -
XYZ 27.13 20.5 7.38 -
YUV 122.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 192 99 64 0 0.48 0.67 0.25 16.41 0.5 0.5
Hex C0 63 40 0 30 43 19 10 32 32
Octal 300 143 100 0 60 103 31 20 62 62
Binary 11000000 1100011 1000000 0 110000 1000011 11001 10000 110010 110010

Color Harmonies of #C06340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06340

Black with #C06340

Text Example


Text Example

White with #C06340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06340; }

 p { color: rgb(192,99,64); }

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

background-color css

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

 a { background-color: rgb(192,99,64); }

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

border-color css

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

 span { border-color: rgb(192,99,64); }

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