Html Css Color HEX #C05C3C Ecstasy

📋 copy color: '#C05C3C'

red 192 ◦ green 92 ◦ blue 60

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

Shades of Ecstasy #C05C3C

Tints of Ecstasy #C05C3C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.74%

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

R = 55.81%
G = 26.74%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C05C3C (or 0xC05C3C) is known color: Ecstasy. HEX triplet: C0, 5C and 3C. RGB value is (192,92,60). Sum of RGB (Red+Green+Blue) = 192+92+60=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05C3C is #3FA3C3. Grayscale: #767676. Windows color (decimal): -4170692 or 3955904. OLE color: 3955904.

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

Color convert

RGB 192 92 60 -
CMYK 0 0.52 0.69 0.25
HSL 14.55º 0.52% 0.49% -
HSV(B) 14.55º 0.69% 0.75% -
XYZ 26.38 19.19 6.59 -
YUV 118.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 192 92 60 0 0.52 0.69 0.25 14.55 0.52 0.49
Hex C0 5C 3C 0 34 45 19 F 34 31
Octal 300 134 74 0 64 105 31 17 64 61
Binary 11000000 1011100 111100 0 110100 1000101 11001 1111 110100 110001

Color Harmonies of #C05C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C3C

Black with #C05C3C

Text Example


Text Example

White with #C05C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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