Html Css Color HEX #C0603F Ecstasy

📋 copy color: '#C0603F'

red 192 ◦ green 96 ◦ blue 63

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

Shades of Ecstasy #C0603F

Tints of Ecstasy #C0603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.35%

 BLUE value IS 63 (25% from 255) = 17.95%

R = 54.7%
G = 27.35%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0603F (or 0xC0603F) is known color: Ecstasy. HEX triplet: C0, 60 and 3F. RGB value is (192,96,63). Sum of RGB (Red+Green+Blue) = 192+96+63=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0603F is #3F9FC0. Grayscale: #797979. Windows color (decimal): -4169665 or 4153536. OLE color: 4153536.

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

Color convert

RGB 192 96 63 -
CMYK 0 0.50 0.67 0.25
HSL 15.35º 0.51% 0.5% -
HSV(B) 15.35º 0.67% 0.75% -
XYZ 26.82 19.93 7.14 -
YUV 120.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 192 96 63 0 0.50 0.67 0.25 15.35 0.51 0.5
Hex C0 60 3F 0 32 43 19 F 33 32
Octal 300 140 77 0 62 103 31 17 63 62
Binary 11000000 1100000 111111 0 110010 1000011 11001 1111 110011 110010

Color Harmonies of #C0603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0603F

Black with #C0603F

Text Example


Text Example

White with #C0603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0603F; }

 p { color: rgb(192,96,63); }

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

background-color css

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

 a { background-color: rgb(192,96,63); }

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

border-color css

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

 span { border-color: rgb(192,96,63); }

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