Html Css Color HEX #C05F3C Ecstasy

📋 copy color: '#C05F3C'

red 192 ◦ green 95 ◦ blue 60

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

Shades of Ecstasy #C05F3C

Tints of Ecstasy #C05F3C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.38%

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

R = 55.33%
G = 27.38%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C05F3C (or 0xC05F3C) is known color: Ecstasy. HEX triplet: C0, 5F and 3C. RGB value is (192,95,60). Sum of RGB (Red+Green+Blue) = 192+95+60=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05F3C is #3FA0C3. Grayscale: #787878. Windows color (decimal): -4169924 or 3956672. OLE color: 3956672.

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

Color convert

RGB 192 95 60 -
CMYK 0 0.51 0.69 0.25
HSL 15.91º 0.52% 0.49% -
HSV(B) 15.91º 0.69% 0.75% -
XYZ 26.65 19.72 6.68 -
YUV 120.01 94.14 179.35 -
System Red Green Blue C M Y K H S L
Decimal 192 95 60 0 0.51 0.69 0.25 15.91 0.52 0.49
Hex C0 5F 3C 0 33 45 19 10 34 31
Octal 300 137 74 0 63 105 31 20 64 61
Binary 11000000 1011111 111100 0 110011 1000101 11001 10000 110100 110001

Color Harmonies of #C05F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F3C

Black with #C05F3C

Text Example


Text Example

White with #C05F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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