Html Css Color HEX #C0643C Ecstasy

📋 copy color: '#C0643C'

red 192 ◦ green 100 ◦ blue 60

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

Shades of Ecstasy #C0643C

Tints of Ecstasy #C0643C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

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

R = 54.55%
G = 28.41%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0643C (or 0xC0643C) is known color: Ecstasy. HEX triplet: C0, 64 and 3C. RGB value is (192,100,60). Sum of RGB (Red+Green+Blue) = 192+100+60=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0643C is #3F9BC3. Grayscale: #7B7B7B. Windows color (decimal): -4168644 or 3957952. OLE color: 3957952.

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

Color convert

RGB 192 100 60 -
CMYK 0 0.48 0.69 0.25
HSL 18.18º 0.52% 0.49% -
HSV(B) 18.18º 0.69% 0.75% -
XYZ 27.11 20.65 6.83 -
YUV 122.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 192 100 60 0 0.48 0.69 0.25 18.18 0.52 0.49
Hex C0 64 3C 0 30 45 19 12 34 31
Octal 300 144 74 0 60 105 31 22 64 61
Binary 11000000 1100100 111100 0 110000 1000101 11001 10010 110100 110001

Color Harmonies of #C0643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0643C

Black with #C0643C

Text Example


Text Example

White with #C0643C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0643C; }

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

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

background-color css

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

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

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

border-color css

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

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

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